Rockout is a rock-paper-scissor game built using Next.js, Tailwind CSS, and Socket.io. The game features both Single Player and Multiplayer modes, with smooth gameplay and user-friendly interface.
Home Page | Game Page |
---|---|
- Go to rockout.vercel.app Click Here
- Choose between singlePlayer and multiPlayer modes (Create a Room & Join a Room).
- If you select singlePlayer mode, enter the number of rounds you want to play.
- If you select Create a Room, enter your name and the total number of rounds you want to play. If you select Join a Room, enter the roomId and your name.
- Start playing the game and enjoy!
- Single Player and Multiplayer modes.
- Smooth gameplay.
- User-friendly interface.
- Real-time multiplayer experience using Socket.io.
- Next.js
- Tailwind CSS
- Socket.io
Contributions are always welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make changes to the code.
- Test your changes thoroughly.
- Commit your changes and push to your fork.
- Create a pull request to the original repository.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to Next.js, Tailwind CSS, and Socket.io for making this project possible.
- Thanks to the open-source community for their support and contributions.