Skip to content

Shubham-Rasal/wec22-multiplayer-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

gist

Socket IO Multiplayer Game

This is a multiplayer game using Socket IO. It is a simple game where you can draw the thing that is displayed on the screen. The game is made using HTML5 Canvas and Socket IO.

How to run

  1. Install Node.js
  2. Clone the repository
  3. Run npm install in the backend directory
  4. Run npm start in the backend directory
  5. Open index.html in the frontend directory

How to play

  1. Open the game in two different tabs
  2. Draw the thing whose label is displayed on the screen
  3. The player who draws the things correctly first wins the round

Screenshots

image

image

Working

  1. The game is made using HTML5 Canvas and Socket IO.
  2. It uses machine learning to predict the drawing using the ml5.js library.

About

Multiplayer Doodle game, where the first one to draw a doodle wins.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors