Skip to content

KaiVandivier/pictophone-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pict-o-phone!

This is the server 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 client can be found here.