MVP - nirkraw/Haiclue GitHub Wiki
1. Hosting on Heroku -- (4/20/20)
2. Game initialization -- (4/20/20)
- Board is initialized with 15 tiles each, and 4 key tiles in the middle
- Turn logic
3. Game clue construction -- (4/21/20)
- Players select words
- Round submission
4. Game clue guessing --(4/22/20)
- Users guess clues
- Point system
5. Users -- (4/23/20)
- Users can create a game
- Users have a username and a session token
- Lobby - reroutes to game when 4 players join
6. Timer -- (4/24/20)
- Guessing and construction rounds are timed
7. Production README -- (4/24/20)