Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 423 Bytes

File metadata and controls

12 lines (7 loc) · 423 Bytes

Pictionary for Windows

This game is a re-creation of Pictionary utilizing the Java Swing GUI toolkit.

It integrates OOP, GUI, FileIO, and Sockets concepts.

Players can join the game as clients or hosts.

Players take turns drawing and guessing. Scores will be updated live on a leaderboard.

Players can also chat within the game.

NOTE: This game is only Windows compatible. JButtons do not appear correctly on MacOS.