-
Aaand that's a wrap - we've accepted 180 games into #js13k 2024 already! We're still working with a couple of devs on some issues in their submissions, but hopefully it's a matter of 1-2 hours max to fix everything and accept the remaining entries.
Check out ALL the games:โฆ KilledByAPixel’s GitHub
- KilledByAPixel forked KilledByAPixel/js13kgames from js13kGames/games
- KilledByAPixel pushed to master in KilledByAPixel/JS13kGames
- KilledByAPixel pushed to main in KilledByAPixel/Drive13K
- KilledByAPixel pushed to main in KilledByAPixel/Drive13K
- KilledByAPixel pushed to main in KilledByAPixel/Drive13K
3d 48 hour game art automata barfcade candy code codepen delta smoothing delta time devlog doom dwitter educational game experimental gameplay faster blaster font fractal frank engine fxhash game game dev game engine Game Jam gamejam generative GIF github indie speed run infinite javascript js1k js13k json littlejs ludum dare MAGFest music Panel piroot pixel Postmortem programming puzzle rapid prototype recursive rendering rogue-like screensaver secret formula sifteo Squaresville thought experiment threejs time loop tinycode UE4 wallpaper words zzfx
Tag Archives: code
Smart Timers
Every game needs some kind of timers to control gameplay related events. A timer works kind of like a stop watch in real life. There are different ways to keep track of time, this method some nice advantages that will … Continue reading
Time Delta Smoothing
If you’re making a game that uses a fixed time step with interpolation (like the one described in “Fix Your Timestep”) then you may have noticed something slightly off with the frame timing. I’m not talking about slow frame rates … Continue reading