A simple snake game, with no sprites. Control the snake using the arrow keys. Click the green flag to play again. All code and art by me (@kriblo). There are two versions of the code, see inside. For this remix, I converted the 432 SVG costumes to bitmap, which seem to work better. Bitmaps might be slightly faster in the game, but the big difference is that the project doesn't crash, which sometimes happen with SVG. Check out my original project for details.