Final Report - relaysketchgame/relaysketch GitHub Wiki
To implement Relay Sketch game using the network socket programming
- It is a game in which team members draw and pass the drawing in the prescribed order.
And the last person matches the answer after seeing the drawing.
The games we designed follow the steps below.
- In principle, you cannot go out during a game, but if someone goes out during a game, the game is stopped.
- Last person has only 1 chance for matching the answer.
- The sequence is random and it is delivered to players when they entered the game.
- The time given for each team is 100 seconds. Each team members share this time in their team.
- First person draws a picture by looking the given word and send it to the next person. Next person starts to draw in new paper by guessing what the given word was.
- After 100 seconds, the game will end regardless of the order of players.
- The same nickname cannot be used.
If IP is not connected then user cannot select a team
If IP is connected then user can enter a name
If name is unique then user can select a team
If name is duplicated then the name is not accepted, user selects team until user enters new unique name
User waits until another users enter the game that satisfies number of game players.
But the word is only given to the first user of each team.
All users receive same drawing panel
6. The second member draws a picutre by guessing what the drawn picture was and hands over to the last person.
7. The last member looks at passed drawing and deduces answer. And if the last person match the answer, get one point.
The chance of answering is only one.
8. After the limited 100 seconds, the team with the highest points wins. If point of two team is same, then two teams are draw.
If one player don't want to restart, then game is over.