2019-05-22 09:19:56 +02:00
# e-Chesstria - Projet Tutoré Equipe [G00D3N0UGHT](https://git-iutinfo.unice.fr/good3nought) Semestre 2
2019-05-20 19:32:32 +02:00
2019-05-22 09:34:46 +02:00
![logo ](https://git-iutinfo.unice.fr/good3nought/echesstria/raw/master/logo.png "e-Chesstria logo" )
2019-05-22 09:30:31 +02:00
2019-05-20 19:33:01 +02:00
## Sommaire
2019-05-20 19:32:32 +02:00
2019-05-22 09:40:27 +02:00
1. **Description**
2. **Pré-requis**
3. **Installation**
2019-05-22 10:04:16 +02:00
4. **Pièces Echiquier**
5. **Commandes**
2019-05-23 10:35:49 +02:00
6. **Règles des échecs**
7. **Crédits**
8. **License**
2019-05-20 19:32:32 +02:00
2019-05-22 09:19:56 +02:00
## Description
2019-03-12 10:12:37 +01:00
2019-05-22 09:19:56 +02:00
Projet tutoré de jeux d'échec équestrien par le groupe "[Good 3nough Team ](https://git-iutinfo.unice.fr/good3nought )".
2019-05-21 15:53:09 +02:00
2019-05-22 09:19:56 +02:00
## Pré-requis
2019-05-22 08:54:02 +02:00
2019-05-23 10:35:49 +02:00
Pour fonctionner, ce projet necessite d'avoir un [java JDK SE 1.8 ](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html ) **à jour** pour compiler et un [java JRE ](https://java.com/fr/download/manual.jsp ) **à jour** pour éxecuter et lancer le programme.
2019-05-22 08:54:02 +02:00
2019-05-22 09:19:56 +02:00
## Installation
2019-05-21 15:53:09 +02:00
2019-05-22 09:11:57 +02:00
Pour installer le projet, vous pouvez lancer le fichier [echesstria.jar ](# ) ou bien compiler le projet en créant un nouveau projet sous Eclipse ou Intellij.
2019-05-20 19:32:32 +02:00
2019-05-23 10:05:14 +02:00
2019-05-22 09:19:56 +02:00
## Commandes
2019-05-20 21:23:13 +02:00
2019-05-22 09:44:42 +02:00
Pour pouvoir jouer, vous devez dans un premier temps rentrer deux noms de joueurs, si ces derniers sont vides, le jeu ne se lancera pas.
2019-05-22 09:45:09 +02:00
2019-05-22 09:55:06 +02:00
![logo ](https://git-iutinfo.unice.fr/good3nought/echesstria/raw/master/imgs/joueurs.PNG )
2019-05-22 09:43:43 +02:00
2019-05-22 09:44:42 +02:00
Dans un second temps, vous devrez choisir qui jouera les blancs et qui jouera les noirs, vous pouvez également laisser le jeu choisir pour vous.
2019-05-22 09:45:09 +02:00
2019-05-22 09:55:06 +02:00
![logo ](https://git-iutinfo.unice.fr/good3nought/echesstria/raw/master/imgs/choix-c.PNG )
Une fois ces choix effectués, le jeu demarrera en vous affichant le nom du joueur actif ainsi que l'échiquier actuel.
![logo ](https://git-iutinfo.unice.fr/good3nought/echesstria/raw/master/imgs/echi1.PNG )
2019-05-22 10:04:16 +02:00
Le jeu vous demandra ensuite de rentrer deux positions sur l'échiquier, la première étant celle d'une pièce de l'échiquier et la seconde étant la position de destination.
2019-05-22 09:43:43 +02:00
2019-05-22 10:04:16 +02:00
![logo ](https://git-iutinfo.unice.fr/good3nought/echesstria/raw/master/imgs/pos-E.PNG )
Le jeu affichera ensuite de nouveau l'échiquier et vous redemendera de refaire la manipulation précédente.
2019-05-22 09:11:57 +02:00
2019-05-23 10:35:49 +02:00
## Règles du jeu d'échec
2019-05-22 09:19:56 +02:00
## Crédits
2019-05-22 09:11:57 +02:00
2019-05-23 10:35:49 +02:00
- [ALEXOVITZ Anthony ](https://git-iutinfo.unice.fr/aa700867 ) : Conception et Développement
- [NOWICKI Johann ](https://git-iutinfo.unice.fr/nj715143 ) : Conception et Développement
- [RELEVAT Chiara ](https://git-iutinfo.unice.fr/rc804998 ) : Secrétariat, Conception et Développement
- [SRIFI Jose ](https://git-iutinfo.unice.fr/sj801446 ) : Gestion de projet, Conception et Développement
- [THEBAULT Manon ](https://git-iutinfo.unice.fr/tm802036 ) : Conception et Développement
2019-05-20 21:23:13 +02:00
2019-05-23 10:05:14 +02:00
## License
2019-05-23 10:09:11 +02:00
[![logo ](https://licensebuttons.net/l/by/4.0/88x31.png )](https://creativecommons.org/licenses/by/4.0/) This project is available under the terms of the [Creative Commons Attribution 4.0 International License ](https://creativecommons.org/licenses/by/4.0/ ) (or check [LICENSE.md ](https://git-iutinfo.unice.fr/good3nought/echesstria/blob/master/LICENSE.md )).