Hello, fellow enthusiasts! Welcome to the Pygame version of Zace Game, a thrilling Tank Battle game that differs from the original Rust version. This edition includes exciting multiplayer functionality to enhance your gaming experience.
This repository houses the Pygame adaptation of Zace Game, showcasing the exciting world of Tank Battles with a Python twist. Whether you're a gamer, a developer, or both, this project offers a unique experience and an opportunity to explore the realm of game development with Pygame.
- Tank Battles: Engage in epic tank battles, strategize your moves, and conquer the battlefield.
- Multiplayer: Team up with friends or challenge others in thrilling multiplayer matches.
- Pygame Implementation: This version is built using Pygame, providing a fun and interactive gaming experience in Python.
- Differences from Rust Version: Explore the unique features and enhancements introduced in this Pygame adaptation.
Follow these steps to get the game up and running on your local machine:
-
Clone the Repository:
git clone https://github.com/phucthuan1st/zace_game_python.git cd zace_game_python
-
Install Dependencies: Use the provided requirements.txt file to install the necessary dependencies.
python3 -m pip install -r requirements.txt
-
Multiplayer Mode: To experience the multiplayer mode, ensure that you have an internet connection and navigate to the multiplayer section in the game.
-
Server: The server for the multiplayer functionality is implemented in
server.py
. Run the server before starting the game.python server.py
-
Client: The client is implemented in
app.py
. Run the client to connect to the multiplayer server.python app.py
Contributions are welcome! Whether you're interested in fixing bugs, adding new features, or improving the documentation, feel free to contribute to make this Pygame Zace Game even better.
This project is licensed under the MIT License, ensuring an open and collaborative environment for development.
- Special thanks to the creators of the original Rust version of Zace Game.
- Pygame community for providing a fantastic framework for game development in Python.
Enjoy the game, team up in multiplayer mode, and happy coding!
Feel free to customize any details as needed for your specific implementation.