A video game with three.js
RULES Finish the TO DO list :) You can update the index.html file and all the files inside the game repository
DONE
- : As a user, I want to shot when I press space
- : As a user, I want to see a little spaceship
- : As a user, I want to move this little spaceship
- : As a user, I want to have a map with tiles
- : As a user, I want to fall when I have no tile under me
- : As a user, I want to restart the game, if I fall
TO DO
- : As a user, I want to turn right/left to be able to change my direction (right/left)
- : As a user, I want a better light to be able to see all the map
- : As a user, I want to be stopped when I go into the left wall
- : As a user, I want to have a ground when I start the game
- : As a user, I want to see enemy
- : As a user, I want to destroy enemy when I shot them PS: Wait until the enemy passes you, then SHOOT
- : As a ennemy, I want to move on one axe
- : As a user, I want to decrease my life when I am touched by an enemy
- : As a user, I want to decrease my life when I fall