CS 408 team project.
- On one machine, start the server. ( Dev:
npm run server
from the project directory | Production:node yoodle-server.min.js
in the /resources/app directory) - Launch the application on all the machines that will be playing.
- Enter username and IP address of machine running the server into the modal that displays on launch. (These can be changed later by clicking the cog butotn in the top right of the main menu)
- One player clicks the 'Create a game' button. Note the 4 character room code in the top right.
- The other players click the 'Join a game' button, and enter the room code from before.
- Once all players have joined, one player should click the 'Start game' button at the middle top.
- One player is selected as the 'artist.' They must try to draw the word that they are given.
- The other players have to guess what the artist is trying to draw, and type their guess into the box on their screen.
- If a player guesses correctly, the artist and that player are both awarded points, and a new word is chosen.
- After 60 seconds, the round is over, and a new artist is selected at random.