Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.18 KB

readme.md

File metadata and controls

39 lines (27 loc) · 1.18 KB

Cube Invaders

A Space-Invader like Canvas based game

Launch Trailer

Alt text

Features

  • Randomly generated asteroid launching positions and sizes
  • Randomly generated asteroid movements over time
  • Player controlled with mouse
  • Shooting bullets with a mouse click
  • Bullets/Asteroids collision, incrementing the score
  • Player/Asteroids collision, lowering the life count, and killing the player if the count is down to 0
  • Increasing difficulty over time
  • In real time score displayer
  • Life count
  • Starting screen
  • Death screen displaying last game score
  • Restart option, reseting asteroids and score
  • An amazing Favicon

TO DO

  • Create an array of beautiful background colors
  • Add a starting screen (Could be improve tho)
  • Add a death screen
  • Improve design
  • Add new game modes
  • Probably a lot of other things

Known issues

  • Matching background/player/asteroids colors (Should be fixed with defined colors)