asteroids-advanced icon indicating copy to clipboard operation
asteroids-advanced copied to clipboard

Results 9 asteroids-advanced issues
Sort by recently updated
recently updated
newest added

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)

enhancement
epic
BadWolf

Asteroids, will interact and bounce off each other.

enhancement
epic

More advanced physics engine: - [x] Forces - [x] Torques - [x] Conservation of momentum in splitting. - [x] Drag - [x] Friction - [x] Physics happens relative to real...

enhancement
epic
G4m3M4ni4c

Add a starting screen to the game. Send the user back to the start screen after showing **Game Over**.

enhancement
epic
NaveTK

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...

question

It spawns new asteroids before all of the old ones are killed.

bug

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) - [...

enhancement
epic

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 -...

enhancement
epic

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...