Demo Your Reversi Board (week 13) (3 hours coding)
- Due Apr 13, 2020 by 11:59pm
- Points 100
- Submitting a file upload
Watch the video tutorials through "Reversi Board - Game Over Message". Duplicate the user experience shown. Feel free to change the aesthetics.
Record a video screencast of your application running on Heroku. Demonstrate the client-server architecture with the following sequence:
- Game Start
- Show 2 players starting a game from the lobby.
- Show that one player is assigned white and one black (or the equivalent in your version)
- Rage Quit
- Show that the players can hit a quit button to go back to the lobby
- Game Restart
- Show the 2 players starting a new game from the lobby
- Game Play
- Show both players alternately placing tokens on the board
- Demonstrate that a counter is correctly keeping track of the number of tokens on the board
- Chat still works
- Show that chat still works between the clients
- Game Over
- Show that when the game board is full, both clients react by posting a game over message
Upload your video for grading.