yannboudry / chocopops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A game for NLPF - 2023

A video game with three.js

RULES

  • Finish the TO DO list :)
  • A new feature can't replace or delete a previous feature
  • You can update the index.html file and all the files inside the game repository

DONE

  • : As a player, I want to shot when I press space
  • : As a player, I want to see a little spaceship
  • : As a player, I want to move this little spaceship
  • : As a player, I want to a map with a tiles
  • : As a player, I want to fall when I have no tile under me
  • : As a player, I want to restart the game, if I fall

TO DO

  • : As a player, I want to fix the light to be able to see the map (tip : fix a function name)
  • : As a player, I want to turn right/left to be able to change my direction (right/left) (tip : left and right do the same... fix that)
  • : As a player, I want a better light to be able to see all the map
  • : As a player, I don't want any error in the console bar
  • : As a player, I want to be stop when I go into the left wall
  • : As a player, I want to have a ground when I start the game
  • : As a player, I want to see ennemy
  • : As a player, I want to destroy ennemy when I shot them
  • : As a ennemy, I want to move on one axe
  • : As a player, I want to decrease my life when I am touch by an ennemy
  • : As a player, I want to decrease my life when I fall

About


Languages

Language:JavaScript 92.7%Language:HTML 7.3%