Inspiration
The idea of having a multiplayer game that one player draws and other players guess the drawing.
What it does
The players enter a room and one player should draw the given word and draws it. Then, the other players are going to guess what the drawing is while the person is drawing, whoever guesses first gets 3 points after that they have 10 seconds to guess and the next player which guesses gets 1 points. The person who made the drawing gets 2 points if at least one person guesses his drawing correctly.
How we built it
We made an HTML page that communicated with a node.js server using socket.io.
Challenges we ran into
Making the drawing environment and having it synchronize between clients and removing the restrictions of scaling between devices. Also having states for each player and changing them while notifying the clients of these changes.
Accomplishments that we're proud of
Keep it the game running without crashing and make it work on a server.
What we learned
We learned how to use lots of new libraries, and how to separate the work according to what people are good at (this was actually very hard).
What's next for Draw It!
Putting it on server that anyone can use and
Log in or sign up for Devpost to join the conversation.