Game's purpose and description
Minimum user stories:
- User can ...
- User can ...
game.js
: contains all the elements for the game to work. Methods: start(), _update()scripts.js
: contains all the DOM manipulation code to start the game
Game's purpose and description
Minimum user stories:
game.js
: contains all the elements for the game to work. Methods: start(), _update()scripts.js
: contains all the DOM manipulation code to start the game