An asteroids clone.
- Check out this repository to
/<PATH>/rocks/
. - Open
file:///<PATH>/rocks/index.html
in your browser.
Up and Down arrows accelerate and decelerate. Left and Right arrows yaw. Space shoots.
Goals of this project:
- Write a simple, playable arcade game from start to finish in a reasonable amount of time.
- Learn what's involved in designing a game engine.