A simple game of Asteroids in javascript using the p5.js library for graphics and sound.
performance
- recycle objects (specifically asteroids) instead of allocating & GC
- update off-screen items less frequently but at a higher time step
gameplay/graphics
- "star field" background instead of grid
other
- multiplayer online??