p01 information 5248 glöps
- general:
- level: user
- personal:
- first name: mathieu
- last name: henri
- portals:
- demozoo: profile
- cdcs:
- cdc #1: Flip-O-Demo by Oxygene [web] & Diamond Design
- cdc #2: Ooh Crikey Wot A Scorcher by The Lost Boys
- cdc #3: Blood by Holocaust [web]
- cdc #4: Cuddly Demos by The Carebears [web]
- cdc #5: The Union Demo by The Union
- cdc #6: Fantasia by Dune & Sector One [web]
- cdc #7: Flashback by The Carebears [web]
- demo MSX io by Logon System
- Coool
- rulezadded on the 2015-03-16 13:14:30
- 1k ZX Spectrum Fly by g0blinish
- rulezadded on the 2015-03-16 13:11:15
- 1k JavaScript Mysterious Monorail by Desire [web]
- WizardOfOzz: See the eval(_) at the end of that script ? Well, open the devtool of your browser and type _
- isokadded on the 2015-03-15 00:11:02
- 1k game JavaScript IMPOSSIBLE ROAD by Ribbon [web]
- Updated version
- Fixes the font of the bigger texts on Mac
- Better text alignment
- Smaller ball/vessel to not obstruct the view so much
- Increase difficulty over time
- Fixed a gravitational problem with ever increasing vertical speed
- 6 bytes bigger :p
- Original & commented source code published in the details
- Fixes the font of the bigger texts on Mac
- isokadded on the 2015-03-13 11:58:40
- 1k JavaScript Mysterious Monorail by Desire [web]
- Desire are pwning JS1k with another killer entry.
- isokadded on the 2015-03-13 10:26:54
- 1k JavaScript Mysterious Monorail by Desire [web]
- I dig this one!
- rulezadded on the 2015-03-13 09:09:12
- 1k JavaScript Particle Party by Desire [web]
- HellMood: Btw, did you notice that the audio fails silently in developer version of Firefox, Chrome and Opera :\
As for the capture, you can patch your time function to render and download all the frames separately* and combine the Audio with ffmpeg or similar.
*:Code:HTH;(function patchRafToDownloadEachFrame(raf){ var link = document.createElement('a'); var index = 0; window.requestAnimationFrame = function(f) { raf(f); link.href = g.canvas.toDataURL('image/jpeg', .95); link.download = ('000000' + index).slice(-8) + '.jpg'; link.dispatchEvent(new CustomEvent('click')); index++; } }(requestAnimationFrame);
This approach worked like a charm to capture MINAMI DISTRICT and MATRAKA. - isokadded on the 2015-03-11 11:12:02
- 1k JavaScript Particle Party by Desire [web]
- Really REALLY nice!
Not fond of the classic IFS look though :\ - rulezadded on the 2015-03-10 22:55:16
- 1k game JavaScript IMPOSSIBLE ROAD by Ribbon [web]
- fgenesis, noby, leGend: Which browser + platform do you experience this key repeat problem.
I just tested in Chrome, Opera or Firefox on Windows 7 and Mac OS: I could hold down the arrow keys to move and spin the vessel* around nicely. No problem. Only Firefox ( freshly installed ) seemed to drop to 30fps, but that might only due to Firefox's first run.
*: aka the white ball in non-IMPOSSIBLE ROAD parlance. - isokadded on the 2015-03-10 12:49:07
- 1k game JavaScript IMPOSSIBLE ROAD by Ribbon [web]
- Thanks!
You can hold the arrow keys down. No need to press/release them... But now that I think about it, I could only test on Windows. Maybe the key repeat on Mac/Linux behaves differently and fires less keydown events. Are the ones fighting with key repeat on Mac/Linux or you just didn't realize you can hold the keys down ?
I'll see what I can do to address the difficulty and visibility problems. - isokadded on the 2015-03-09 13:14:50
account created on the 2000-07-30 00:31:20
