|
JiffyRob |
|
Matiiss |
The easiest way is to go to the itch.io page for this game, download the correct zip for your OS, extract it, and have fun!
itch.io page: jiffyrob.itch.io/square-wars
python -m venv .venv
.venv/scripts/activate # on Windows
source .venv/bin/activate # on Unix systems
pip install git+https://github.com/Matiiss/SquareWars
For development use
git clone https://github.com/Matiiss/SquareWars
cd SquareWars
pip install -e .[dev]
You can just type this in the terminal (while the environment you installed it in is active):
square-wars
Or run this from the root of the project:
python run.py