/Pictionary

Enjoyable Pictionary game working with Node.js and Socket.io

Primary LanguageJavaScript

Pictionary

current version: 0.1.2

Description

Enjoyable Pictionary game working with Node.js and Socket.io

Installation

Either download from GitHub or run:

	npm install Pictionary

Setup

  1. Run:

     node server.js
    
  2. Browse to:

     http://localhost:8080/
    
  3. Enjoy the Pictionary!

  4. Modify code as you want

Sample

Find an online sample at http://pictionary.davefrassoni.com/.

Thanks to my JS mentor, Angel J Lopez (https://github.com/ajlopez) for his canvas sample and all the support!