-
Notifications
You must be signed in to change notification settings - Fork 3
Home
andyjamesdavies edited this page Jun 21, 2011
·
7 revisions
##Intro
An attempt at a web-sockets / canvas based multi-player online pictionary game.
Basic Gameplay flow:
1.1 Add Name / Join Team:
- Add Name Module
- Join Team Module
- Begin Game Module
- Chat Module
2.1.1 Team A goes to set word page:
- Set Word Module
- Chat Module
2.1.2 Team A goes to watch team page:
- View Canvas Module
- Approve Answer Module
- Chat Module
2.2 All but one player of Team B goes to guess word page:
- View Canvas Module
- Chat Module
2.3 One Player from Team B goes to Draw word page:
- Write to Canvas Module
- Chat Module
3.1 Once an answer has been approved both teams go to Overview page:
- Teams Module
- Scores Module
- Start Game Module
- Chat Module
When teams click start game, roles are reversed so last team to select word is now drawing...
##Quick Links: