Skip to content

mvp list

eric2523 edited this page Nov 2, 2020 · 1 revision

MVP List

Survive the Nights is a flash game built with pure Vanilla JS.

1. Player Movements (11/3/2020)

  • Player should be able to move in X and Y direction.
  • Velocity should be accounted for.
  • Player should be able to jump
  • Collision detection on borders of canvas

2. Game Map (11/4/2020)

  • Sprite sheet should be mapped out on canvas
  • Collision detection on walls

3. Shooting Controls (11/5/2020)

  • Player should be able to fire a shot
  • Collision detection on walls and canvas

4. Monsters (11/7/2020)

  • Monsters should populate on map
  • Monsters should continuously move towards players
  • Monsters should be removed on hit of player shot