Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 643 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 643 Bytes

Pictionary-Sabotage

Creating a multiplayer android pictionary game. Game consists of 3 participants: a drawer, a guesser, and a saboteur. The guesser attempts to guess what the drawer is drawing within the alloted time frame, while the saboteur can periodically erase parts of the shared drawing board. Drawers & Guessers gain a point if the word is correctly guessed, while the saboteur wins the round if it is not. Scores are tallied at the end.

Live Demo: https://www.youtube.com/watch?v=aCpkh73NHv4

Application was built using Java's android classes. Database management and network connectivity is handled using Google Firebase.