Skribbl Bdarija is a real-time multiplayer drawing and guessing game inspired by the popular game Skribbl.io.
- Real-time multiplayer gameplay
- Player joining and room creation
- Ability to draw, erase, and change brush size/color
- Guessing the word and earning points
- Timer and round system
- Leaderboard and final standings
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher)
-
Clone the repository:
git clone https://github.com/01000001BDO/skribbl-bdarija.git
-
Navigate to the project directory:
cd skribbl-bdarija
-
Install the dependencies:
npm install
-
Start the development server:
npm start
This will start the frontend and backend servers simultaneously.
-
Open your web browser and navigate to
http://localhost:3000
to access the game.
Contributions are welcome! If you find any issues or have ideas for improvements, please feel free to open an issue or submit a pull request.