Pilot a little rocket ship around an SVG canvas using WASD, pursued by enemy ships powered by AI. Press J to fire bullets.
$ git clone git@github.com:jamonholmgren/rocket-elm.git
$ cd rocket-elm
$ elm-reactor
Visit http://localhost:8000/ and click on Main.elm
.
- [x] Enemy ships fire bullets
- [ ] Collision detection for bullets
- [ ] Enemy ships blow up when killed
- [ ] My ship blows up when killed, and then the game resets
- [ ] come up with more cool todos...
MIT - by Jamon Holmgren