Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Maxeuh/AIge-of-Networks

Repository files navigation

AIge of Networks

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.

Table of Contents

Introduction

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.

Installation

Prerequisites

To run, it is necessary to have Python 3.9 or higher installed. Additionally, make sure you have Git installed to clone the repository.

Installation

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

Team Presentation

About

Projet de Réseau de 3e année STI à l'INSA Centre Val de Loire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6