Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 414 Bytes

Pict-o-phone!

This is the client for a Telestrations-like multiplayer game where players take turns drawing prompts and guessing what the previous player drew.

See it live here!

The game takes advantage of socket.io to make realtime connections between clients and the server.

The repository for the server can be found here.