-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# Quixo | ||
Implémentation en C du jeu de plateau Quixo. Quixo est un jeu de pions abstrait dérivé du "Tic-Tac-Toc" (jeu d'alignement). Le matériel se compose d'un plateau et de 25 cubes. | ||
|
||
## Requis | ||
|
||
Paquets nécessaires : | ||
- Doxygen (<= 1.8.11) | ||
- Graphviz | ||
- indent | ||
|
||
## Jeu | ||
|
||
Compilation dans le dossier App/ à l'aide de la commande `make`. | ||
Lancement avec `./main`. | ||
|
||
Lors d'une partie en mode "1 VS IA", l'ordinateur peut mettre un temps significatif avant de jouer son tour. | ||
|
||
Le jeu se joue intégralement à l'aide de cliques gauches de souris. | ||
|
||
La touche q (Q) permet à tout moment de quitter le jeu. | ||
|
||
La touche f (F) permet de passer en mode plein écran. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ Projet réalisé par : | |
- Guillaume Desrumaux | ||
- Marion Bouteille | ||
- Pierre Parrat | ||
- Christophe Bostyn |