-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
494ac31
commit 1362f25
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# Serpentia | ||
# Serpentia - 3D Online Multiplayer Snake Game | ||
|
||
Serpentia is an exciting 3D online multiplayer snake game where two players can join the game. One player controls the snake, and the other controls the rat (food). The objective is simple: the snake has to eat the rat, while the rat must try to escape from the snake. The game leverages Three.js for rendering 3D elements, Socket.io for real-time communication between game clients and servers, and Nest.js for handling the backend. | ||
|
||
|
||
## Features | ||
|
||
- Real-time multiplayer gameplay. | ||
- Stunning 3D graphics and animations. | ||
- Player-controlled snake and rat characters. | ||
- Intuitive controls for an immersive gaming experience. | ||
- Backend powered by Nest.js for robust server-side functionality. | ||
|
||
|
||
## Contributing | ||
|
||
We welcome contributions to make Serpentia even better! If you want to contribute: | ||
|
||
1. Fork the repository. | ||
2. Create a new branch for your feature or bug fix. | ||
3. Make your changes and ensure tests pass. | ||
4. Submit a pull request. | ||
|
||
## Roadmap | ||
|
||
Serpentia is currently under development and will be live once development is complete. Stay tuned for updates! | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
--- | ||
|
||
Enjoy playing Serpentia! Feel free to reach out with any feedback or questions. |