Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 584 Bytes

Game name

Description

Game's purpose and description

User stories MVP

Minimum user stories:

  • User can ...

User stories Backlog

  • User can ...

File structure

  • 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

Useful links