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.
- Install Node.js
- Clone the repository
- Run
npm installin the backend directory - Run
npm startin the backend directory - Open
index.htmlin the frontend directory
- Open the game in two different tabs
- Draw the thing whose label is displayed on the screen
- The player who draws the things correctly first wins the round
- The game is made using HTML5 Canvas and Socket IO.
- It uses machine learning to predict the drawing using the ml5.js library.

