Jonathan
Jonathan
More advanced physics engine: - [x] Forces - [x] Torques - [x] Conservation of momentum in splitting. - [x] Drag - [x] Friction - [x] Physics happens relative to real...
Add a starting screen to the game. Send the user back to the start screen after showing **Game Over**.
Make mobile friendly by: - [ ] Preventing scrolling (http://stackoverflow.com/questions/16637031/completely-disable-scrolling-of-webpage) - [ ] Making ship static in centre of screen on mobile site (World rotates rather than ship) - [...
The ComplexShape object is an entity that contains an array of Shape objects with positions local to the ComplexShape. Dependencies: - [ ] The entity class supports hit boxes -...