An open API service indexing awesome lists of open source software.

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

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/)