Asteroids

(back to home page)

This is a recontruction of the classic arcade game asteroids, the key difference being that it features smarter rocks. The asteroids roughly follow a Boyd algorithm.

Controls:
-A: left
-S: brake
-D: right
-W: gas
-F: Fire
-E: turn on or off the 'shields'

This was my first large-ish javascript project and so shows some of the scars associated with that learning process