Recent Tweets
KilledByAPixel RT @MakerSyndicate: Explore a strange new world and gain new abilities in π√ (Piroot). See this loving tribute to adventure games from @Kil…KilledByAPixel All 256 elementary cellular automata rules animated in a table with random seeds. Can you spot which ones are capab… https://t.co/70tvttNn5TKilledByAPixel @catalystmic Looks cool, what game is that?KilledByAPixel Shape Morph (from my archives) #javascript https://t.co/JVXQkra9wA https://t.co/P6TVpocrFc.background=`hsl(${t*45}… https://t.co/Ht576Ii7EoKilledByAPixel The conditions in Austin Texas continue to be a disaster. I am lucky to have power but no water. Just took a walk a… https://t.co/h0TTLVpMSzKilledByAPixel’s GitHub
- KilledByAPixel starred spite/FaceMeshFaceGeometry - 02.22.21
- KilledByAPixel starred joseprio/zzfx-minifier - 02.21.21
- KilledByAPixel commented on issue KilledByAPixel/ZzFX#4 - 02.21.21
- KilledByAPixel commented on pull request KilledByAPixel/JSONCrush#13 - 01.09.21
- KilledByAPixel commented on issue KilledByAPixel/JSONCrush#12 - 01.08.21
Tag Cloud
- candy
- code
- devlog
- dwitter
- experimental gameplay
- faster blaster
- fractal
- frank engine
- free
- game
- game dev
- game engine
- Game Jam
- gamejam
- generative
- GIF
- github
- guitar
- illusion
- indie speed run
- infinite
- introduction
- invention
- javascript
- js13k
- ludum dare
- MAGFest
- Panel
- pick
- piroot
- pixel
- Postmortem
- puzzle
- rapid prototype
- recursive
- safety pick
- screensaver
- sifteo
- slime mold
- subgenius
- 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