Multiplayer battle royale tank game that uses the pygame engine.
This is a port of the Tanks game published in the Wii Homebrew Channel.
First, remember to install the requirements
pip install -r requirements.txt
Then, you can run this code in your computer by running the pytankbattle.py
script in the src
Folder.
cd src
python pytankbattle.py
This requires the pygame library. To build and install run the following command:
pip install .
Then you can run the game by calling it on the terminal
pytankbattle
If you want to generate a binary release (usable in Windows and Mac with a little fidling), you can use the following command :D
pip install --upgrade --pre --extra-index-url https://marcelotduarte.github.io/packages/ setuptools_git_versioning cx_Freeze
pip install -r requirements.txt
cd src
python freeze.py build_exe
- Make maps and obstacles.
- Improve Mouse abstraction
- UI to customize consts.py
- Network play