Wanted to play around with Nodejs and made a simple multiplayer drawing game.
Might decide to turn it into a fully functioning fun game in the future.
Have not worked on GUI yet.
Use however you like.
Use at your own risk.
####Live Demo.
#####How to Install:
git clone https://github.com/arisfkiaras/Multiplayer-Drawing-Game.git
cd Multiplayer-Drawing-Game
npm install
#####How to Run:
node main
go to http://localhost:9003