asteroids-advanced
asteroids-advanced copied to clipboard
Add a window object which holds the current zoom level as well as window width and height, resizes the canvas on dimension changes and more. (Will be implementing this soon)
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**.
Making a game is a lot of fun but it's also a lot of work. If we don't have a solid goal in mind, we're gonna end up with a...
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 -...
We're not using the full weight of true `git flow` but we are using a light version of it. The **number one** rule of `git flow` is: > Master branch...