The aim of this project is to make an RTS game, AoE like, developed in Python.
To be able to launch the game, you need poetry that will install all the dependencies.
You can launch a virtual environment with the following command : "poetry shell"
Then type "poetry install" to install the needed dependencies.
If every dependencies are installed without issues, you can launch the game : "python COE/main.py" or "python3 COE/main.py"