ABOUT BLOG PROJECTS CONTACT
PROJECTS

Pictoid

In HackBCA I teamed up with four other high school students to build a pictionary telephone web game called Pictoid. The game waits for at least four players to enter the same room before starting.

When the game starts, each player will be given a blank canvas to write any word they want. After each player has submitted a word, the words are then sent to the next player in line. In a situation with four players, player 1 would send a word to player 2. Player 2 would send a word to player 3. Player 3 would send a word to player 4. Then player 4 would send a word to player 1.

In short, each player would create a word and receive a word.

After the words are sent around, each player must draw a picture to represent that word within a ridiculously short time limit. Then the pictures are sent around. The players then must try to guess a word that represents the drawings they receive. Next, those words the players guessed would be sent around and the players much now draw another picture to represent the words they receive.

Over time, the ideas conveyed through the words and pictures will mutate into other ideas. When the number of passes reaches a set point, the game ends and the players would be able to see how their ideas evolved as they were passed around. What makes the game so fun is that there is video chat support with the help of TokBox: players are able to see each others’ facial expressions and yell at one another for silly mistakes.

Tech: HTML, CSS, Javascript, Parse, NodeJS

View the source code

Challengepost