- Game should have 2 classes that interact with each other
- Game should include the class Game
- Game should have a start page and a game page
- User should be able to lose and be informed that they've lost
- Draw your idea & define your game goals: one version for the MVP and one version for the backlog
- Update your
README.md
file with this information - Create a project on Github and create an issue card with each one of the user stories
- Start coding your game. Remember to commit all the time
git status
git add .
git commit -m "Commit name"
git push origin master
- When you finish the game, update again the README.md with the deploy links