https://github.com/couapy/othello-isn
Othello game powered by Python 3.6
https://github.com/couapy/othello-isn
Last synced: 11 months ago
JSON representation
Othello game powered by Python 3.6
- Host: GitHub
- URL: https://github.com/couapy/othello-isn
- Owner: Couapy
- License: mit
- Created: 2021-01-22T10:37:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T12:44:26.000Z (over 4 years ago)
- Last Synced: 2025-03-20T06:35:22.580Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# othello-isn
Ce projet a été réalisé dans le cadre de la matière ISN en 2018.
## Installation
Vous pouvez installer les dépendances en lançant la commande suivant :
```bash
pip install -r requirements.txt
```
## Lancement du programme
Le programme s'execute en lancant `Othello.pyw` dans la console en se positionnant dans le dossier `src`.
## Auteurs
[LAHUE Rémi](https://github.com/Volcano23)
[MARCHAND Maël](https://github.com/Couapy/)