3rd year STI project at INSA Centre Val de Loire, tutored by M. TOINARD. Forked from previous project made by group 6: Maxeuh/AIge-of-EmpAIres.
The goal of this project is to make our previous project, AIge of EmpAIres, work on a network. This will allow us to play the game on different computers, and to have a better understanding of how networks work.
To run, it is necessary to have Python 3.9 or higher installed. Additionally, make sure you have Git installed to clone the repository.
To install the project, you can clone the repository using the following command:
git clone https://github.com/Maxeuh/AIge-of-EmpAIres.git
Tip
Optionally, you can create a virtual environment to isolate the project's dependencies from your system using the following commands:
python -m venv .venv
On Windows, you can activate the virtual environment using the following command:
cd .venv/Scripts
activate
cd ../..
On Unix or MacOS, you can activate the virtual environment using the following command:
source .venv/bin/activate
After that, you can install the required packages using the following command:
pip install -r requirements.txt
Finally, you can run the game using the following command:
python main.py