Please enable JavaScript.
Coggle requires JavaScript to display documents.
Game - Coggle Diagram
Game
DB Connect: Connects to the database
Login: Logs the user in
If the user is not registered, registration page is displayed.
User fills out form and writes details to database in details path under their UID
If the user is logged in, landing page is displayed
Play
Clicking the play button takes the user to the lobby page. Table of available games will display on the screen
Joining one of the available games will send the user into a game with another player
User will join a game with another player
If user does not make move within 30 seconds, they lose the game
Clicking the "create game" button will create a game for the user to wait in
Read if user is an admin, If user is an admin, display admin button
Click admin button
Display admin page
userScores
Clicking userScores will display all the users scores such as amount of wins and losses
userDetails
Clicking userDetails will display all the users details such as name and address.
Home
Clicking the home button takes you back to landing page
Instructions
Clicking the instructions button will display instructions for how to play the game