Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techysanoj/skribble-clone

skribblay.you - A clone of the Skribbl.io game built using React and Socket.IO. This project features a real-time drawing and guessing game with dynamic user interaction and seamless communication between players.
https://github.com/techysanoj/skribble-clone

backend clone clone-website css front-end front-end-development frontend html javascript javascript-library js project-repository react react-native reactjs skribbl skribbl-io web-development web-development-project website

Last synced: about 1 month ago
JSON representation

skribblay.you - A clone of the Skribbl.io game built using React and Socket.IO. This project features a real-time drawing and guessing game with dynamic user interaction and seamless communication between players.

Awesome Lists containing this project

README

        

# Skribblay.you

Welcome to **Skribblay**, a fun and engaging online multiplayer drawing and guessing game inspired by Skribbl.io. This project aims to replicate the core functionalities of the original game and also adding some new features which are lacking in the skribble.io, providing an entertaining platform where players can showcase their drawing skills and guess the drawings of others.

## Table of Contents

- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Features

- Multiplayer drawing and guessing game
- Real-time gameplay with smooth and responsive interactions
- Customizable game rooms with different word packs
- In-game chat functionality
- User-friendly and intuitive interface
- Leaderboard to track player scores

## Screenshots

![Game Lobby](frontend/public/homescreen.png)
*Game Lobby*

![Drawing Interface](frontend/public/drawscreen.png)
*Drawing Interface*

![Guessing Phase](frontend/public/palyscreen.png)
*Guessing Phase*

## Installation

To get a local copy up and running, follow these steps:

1. **Clone the repository:**

```sh
git clone https://github.com/techysanoj/skribble-clone.git
cd skribble-clone
```

2. **Install dependencies:**

```sh
npm install
```

3. **Start the development server:**

```sh
npm start
```

4. **Open your browser and navigate to:**

```
http://localhost:3000
```

## Usage

1. **Create or join a game room:**
- To start a new game, click on "Create Room" and share the room code with friends.
- To join an existing game, enter the room code provided by the host.

2. **Gameplay:**
- One player will be chosen to draw a word.
- Other players will guess the word based on the drawing.
- Points are awarded for correct guesses and drawing accuracy.

3. **Chat:**
- Use the in-game chat to communicate with other players during the game.

## Contributing

We welcome contributions from the community! To contribute, please follow these steps:

1. **Fork the repository.**

2. **Create a new branch:**

```sh
git checkout -b feature/your-feature-name
```

3. **Make your changes and commit them:**

```sh
git commit -m 'Add some feature'
```

4. **Push to the branch:**

```sh
git push origin feature/your-feature-name
```

5. **Create a pull request.**

Please ensure your code adheres to our coding standards and includes relevant tests.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact

If you have any questions or suggestions, feel free to reach out to the project maintainers:

- **SANOJ** - [[email protected]](mailto:[email protected])
- GitHub: [techysanoj](https://github.com/techysanoj)
- **Shashwat Bindal** - [email protected]
- GitHub: [shashwat282002](https://github.com/shashwat282002)
- **Priyanshu Bhardwaj** - [email protected]
- GitHub: [PriyanshuA1507](https://github.com/PriyanshuA1507)
- **Shashwat Aggarwal** - [email protected]
- GitHub: [ShashwatAgg0411](https://github.com/ShashwatAgg0411)
---

Thank you for visiting **Skribblay.you**! We hope you enjoy playing and contributing to the project.