Pinturillo clone made with Vue, Bulma CSS and Node.js.
It uses socket.io to easily achieve real-time drawing, user chatting, and every other game event.
Stores user and game data using in-memory javascript objects.
- Join public rooms
- Real-time drawing with real-time chat
- Language selection (English or Spanish)
- Create and join private rooms
Maybe in the future
- User accounts with stats and saved drawings
- Premium account without ads and limitless storage of drawings
- Competitive Pintanary, tournaments for money, RANKETS!!
First build the vue frontend:
cd frontend
npm run build
Run the nodejs server:
nodemon app