-
Notifications
You must be signed in to change notification settings - Fork 0
mvp list
eric2523 edited this page Nov 2, 2020
·
1 revision
Survive the Nights is a flash game built with pure Vanilla JS.
- 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
- Sprite sheet should be mapped out on canvas
- Collision detection on walls
- Player should be able to fire a shot
- Collision detection on walls and canvas
- Monsters should populate on map
- Monsters should continuously move towards players
- Monsters should be removed on hit of player shot