Online Pictionary is a multiplayer drawing and guessing game built using ReactJS, NodeJS, and WebSocket technology. A host draws a word or phrase while others try to guess it in real-time.
- Real-Time Gameplay : Players can draw and guess simultaneously in a real-time multiplayer environment.
- Game Rooms: Multiple game rooms allow players to join specific sessions with friends or random opponents.
- Interactive Drawing Canvas: Integrated drawing canvas where players can sketch their word or phrase.
- Frontend: ReactJS for the user interface, including the drawing canvas and game controls.
- Backend: NodeJS for server-side logic and WebSocket handling for real-time communication.
This project is licensed under the MIT License.
Socket.io for WebSocket handling and real-time communication. ReactJS for the frontend user interface. NodeJS for server-side logic and backend management.