matvs / asteroids-html5-canvas

Classic arcade game implemented in VanillaJS framework.
0 stars 0 forks source link

Add physics rules applying to our spaceship in space. #5

Open matvs opened 5 years ago

matvs commented 5 years ago

Spaceship should flow through the space like in original asteroids arcade game. Vectors should come in handy.

TODO:

matvs commented 5 years ago

Basic motion added.