From 8eca4c3e55ff245958ec03547a2ecef2bb01f47e Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 10:48:05 +0200 Subject: [PATCH 01/14] =?UTF-8?q?ajout=20section=20r=C3=A8gles=20+=20cr?= =?UTF-8?q?=C3=A9dtis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf2221e..c9167a4 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Projet tutoré de jeux d'échec ~~sérieux~~ équestrien par le groupe "[Good 3n ## Pré-requis -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. +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. Pour pouvoir jouer, il est conseillé de savoir jouer aux échecs. ## Installation @@ -47,9 +47,25 @@ Le jeu vous demandra ensuite de rentrer deux positions sur l'échiquier, la prem Le jeu affichera ensuite de nouveau l'échiquier et vous redemendera de refaire la manipulation précédente. ## Règles du jeu d'échec +> source [http://www.echecs.club/regles/](http://www.echecs.club/regles/) (voir [Crédits](#Crédits)) +### Déroulement du jeu +Au début d’une partie d’échecs, ce sont toujours les blancs qui commencent. Lors d’un tour de jeu, le joueur peut effectuer soit un déplacement, soit une prise soit un coup spécial. +### But du jeu + +Ces différents déplacements sont proposées aux joueurs pour parvenir à réaliser leur objectif qui est de prendre le roi adverse. Lorsque ce but est atteint, le joueur qui y est parvenu gagne immédiatement la partie qui prend fin automatiquement. + +### Échec + +Chaque fois que vous pouvez prendre le roi de votre adversaire à votre prochain coup, vous devez le prévenir en annonçant « échec ». Il doit alors tenter de parer votre échec, lors de son tour de jeu. + +### Échec et mat + +S’il n’y parvient pas, son roi est alors « échec et mat ». Vous remportez donc la partie. + +Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.club/regles/) visitez les [crédits](#Crédits). ## Crédits @@ -57,7 +73,10 @@ Le jeu affichera ensuite de nouveau l'échiquier et vous redemendera de refaire - [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 +- [THEBAULT Manon](https://git-iutinfo.unice.fr/tm802036) : Conception et Développement + +- [PRITCHARD Adam](https://github.com/adam-p) : [Utilisation & syntaxe Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) +- [http://www.echecs.club](http://www.echecs.club) : [Règles](http://www.echecs.club/regles/) du jeu d'échec ## License From 3a00c2ed3f2c7ca6098fba32691c7c2d1b85b5c0 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 10:49:55 +0200 Subject: [PATCH 02/14] fix credits --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9167a4..babfba0 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Le jeu vous demandra ensuite de rentrer deux positions sur l'échiquier, la prem Le jeu affichera ensuite de nouveau l'échiquier et vous redemendera de refaire la manipulation précédente. ## Règles du jeu d'échec -> source [http://www.echecs.club/regles/](http://www.echecs.club/regles/) (voir [Crédits](#Crédits)) +> source [http://www.echecs.club/regles/](http://www.echecs.club/regles/) (voir crédits) ### Déroulement du jeu @@ -65,7 +65,7 @@ Chaque fois que vous pouvez prendre le roi de votre adversaire à votre prochain S’il n’y parvient pas, son roi est alors « échec et mat ». Vous remportez donc la partie. -Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.club/regles/) visitez les [crédits](#Crédits). +Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.club/regles/) visitez les crédits. ## Crédits @@ -75,7 +75,9 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl - [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 -- [PRITCHARD Adam](https://github.com/adam-p) : [Utilisation & syntaxe Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) +**==========** + +- [PRITCHARD Adam](https://github.com/adam-p) : [Utilisation](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) & syntaxe Markdown - [http://www.echecs.club](http://www.echecs.club) : [Règles](http://www.echecs.club/regles/) du jeu d'échec ## License From 79f92de0834433204a50c240afb7fa4c7311df0c Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 10:58:42 +0200 Subject: [PATCH 03/14] Change Credit list to credit table --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index babfba0..f675514 100755 --- a/README.md +++ b/README.md @@ -69,16 +69,18 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl ## Crédits -- [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 +| Source | Role | +| ---------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------:| +| [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) | Conception et Développement | +| [SRIFI Jose](https://git-iutinfo.unice.fr/sj801446) | Conception et Développement | +| [THEBAULT Manon](https://git-iutinfo.unice.fr/tm802036) | Conception et Développement | +| | | +| [PRITCHARD Adam](https://github.com/adam-p) | [Utilisation](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) & syntaxe Markdown | +| [http://www.echecs.club](http://www.echecs.club) | [Règles](http://www.echecs.club/regles/) du jeu d'échec | +| | | -**==========** - -- [PRITCHARD Adam](https://github.com/adam-p) : [Utilisation](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) & syntaxe Markdown -- [http://www.echecs.club](http://www.echecs.club) : [Règles](http://www.echecs.club/regles/) du jeu d'échec ## License From fdedbb1f8c82d347d1beb4b8c07338192fdb13d1 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:00:13 +0200 Subject: [PATCH 04/14] fix credit table align --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f675514..f83806b 100755 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl ## Crédits | Source | Role | -| ---------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------:| +| :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| | [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) | Conception et Développement | From f7b5441efef9127a960aae28e7b646eab4cc5bfb Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:01:50 +0200 Subject: [PATCH 05/14] fix table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f83806b..4eefb91 100755 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl ## Crédits +| :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| | Source | Role | | :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| | [ALEXOVITZ Anthony](https://git-iutinfo.unice.fr/aa700867) | Conception et Développement | From 7e2ab72292dbc8dfdcbabba3692d379f45a9daab Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:02:17 +0200 Subject: [PATCH 06/14] revert commit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4eefb91..f83806b 100755 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl ## Crédits -| :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| | Source | Role | | :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| | [ALEXOVITZ Anthony](https://git-iutinfo.unice.fr/aa700867) | Conception et Développement | From 90dbbd3f1452b57169292abe83a76a2bdaad3907 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:02:56 +0200 Subject: [PATCH 07/14] try 1 cell of 2 cell leghth --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f83806b..c0539a4 100755 --- a/README.md +++ b/README.md @@ -76,10 +76,10 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl | [RELEVAT Chiara](https://git-iutinfo.unice.fr/rc804998) | Conception et Développement | | [SRIFI Jose](https://git-iutinfo.unice.fr/sj801446) | Conception et Développement | | [THEBAULT Manon](https://git-iutinfo.unice.fr/tm802036) | Conception et Développement | -| | | +| | | [PRITCHARD Adam](https://github.com/adam-p) | [Utilisation](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) & syntaxe Markdown | | [http://www.echecs.club](http://www.echecs.club) | [Règles](http://www.echecs.club/regles/) du jeu d'échec | -| | | +| | ## License From 186682a708c12e4695a2aafeed809067118fb95d Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:08:48 +0200 Subject: [PATCH 08/14] try clickable sumary --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c0539a4..c7947cf 100755 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@ ## Sommaire -1. **Description** -2. **Pré-requis** -3. **Installation** -4. **Pièces Echiquier** -5. **Commandes** -6. **Règles des échecs** -7. **Crédits** -8. **License** +1. **[Description](https://git-iutinfo.unice.fr/good3nought/echesstria#description)** +2. **[Pré-requis](https://git-iutinfo.unice.fr/good3nought/echesstria#pr%C3%A9-requis)** +3. **[Installation](https://git-iutinfo.unice.fr/good3nought/echesstria#installation)** +4. **[Commandes](https://git-iutinfo.unice.fr/good3nought/echesstria#commandes)** +6. **[Règles des échecs](https://git-iutinfo.unice.fr/good3nought/echesstria#r%C3%A8gles-du-jeu-d%C3%A9chec)** +7. **[Crédits](https://git-iutinfo.unice.fr/good3nought/echesstria#cr%C3%A9dits)** +8. **[License](https://git-iutinfo.unice.fr/good3nought/echesstria#license)** ## Description @@ -69,7 +68,7 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl ## Crédits -| Source | Role | +| Peronne ou Source | Role | | :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| | [ALEXOVITZ Anthony](https://git-iutinfo.unice.fr/aa700867) | Conception et Développement | | [NOWICKI Johann](https://git-iutinfo.unice.fr/nj715143) | Conception et Développement | From 2d51f7655d31c606efe6eda7ac37739d24febe6c Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:10:30 +0200 Subject: [PATCH 09/14] add "back to top" button --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c7947cf..910870b 100755 --- a/README.md +++ b/README.md @@ -12,20 +12,20 @@ 7. **[Crédits](https://git-iutinfo.unice.fr/good3nought/echesstria#cr%C3%A9dits)** 8. **[License](https://git-iutinfo.unice.fr/good3nought/echesstria#license)** -## Description +## Description [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) Projet tutoré de jeux d'échec ~~sérieux~~ équestrien par le groupe "[Good 3nough Team](https://git-iutinfo.unice.fr/good3nought)". -## Pré-requis +## Pré-requis [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) 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. Pour pouvoir jouer, il est conseillé de savoir jouer aux échecs. -## Installation +## Installation [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) 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. -## Commandes +## Commandes [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) 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. @@ -45,7 +45,7 @@ Le jeu vous demandra ensuite de rentrer deux positions sur l'échiquier, la prem Le jeu affichera ensuite de nouveau l'échiquier et vous redemendera de refaire la manipulation précédente. -## Règles du jeu d'échec +## Règles du jeu d'échec [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) > source [http://www.echecs.club/regles/](http://www.echecs.club/regles/) (voir crédits) ### Déroulement du jeu @@ -66,7 +66,7 @@ S’il n’y parvient pas, son roi est alors « échec et mat ». Vous remportez Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.club/regles/) visitez les crédits. -## Crédits +## Crédits [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) | Peronne ou Source | Role | | :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| @@ -81,6 +81,6 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl | | -## License +## License [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) [![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)). \ No newline at end of file From 40b5ba620ac1bef66e54a2a3502bcb4f1d4833b5 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:11:44 +0200 Subject: [PATCH 10/14] fix summary links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 910870b..87a1dce 100755 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ ## Sommaire -1. **[Description](https://git-iutinfo.unice.fr/good3nought/echesstria#description)** -2. **[Pré-requis](https://git-iutinfo.unice.fr/good3nought/echesstria#pr%C3%A9-requis)** -3. **[Installation](https://git-iutinfo.unice.fr/good3nought/echesstria#installation)** -4. **[Commandes](https://git-iutinfo.unice.fr/good3nought/echesstria#commandes)** -6. **[Règles des échecs](https://git-iutinfo.unice.fr/good3nought/echesstria#r%C3%A8gles-du-jeu-d%C3%A9chec)** -7. **[Crédits](https://git-iutinfo.unice.fr/good3nought/echesstria#cr%C3%A9dits)** -8. **[License](https://git-iutinfo.unice.fr/good3nought/echesstria#license)** +1. **[Description](https://git-iutinfo.unice.fr/good3nought/echesstria#description-revenir-au-sommaire)** +2. **[Pré-requis](https://git-iutinfo.unice.fr/good3nought/echesstria#pr%C3%A9-requis-revenir-au-sommaire)** +3. **[Installation](https://git-iutinfo.unice.fr/good3nought/echesstria#installation-revenir-au-sommaire)** +4. **[Commandes](https://git-iutinfo.unice.fr/good3nought/echesstria#commandes-revenir-au-sommaire)** +6. **[Règles des échecs](https://git-iutinfo.unice.fr/good3nought/echesstria#r%C3%A8gles-du-jeu-d%C3%A9chec-revenir-au-sommaire)** +7. **[Crédits](https://git-iutinfo.unice.fr/good3nought/echesstria#cr%C3%A9dits-revenir-au-sommaire)** +8. **[License](https://git-iutinfo.unice.fr/good3nought/echesstria#license-revenir-au-sommaire)** ## Description [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) From d4a7ac3ceb9acfb2ecbbdf0cc3633a7e23278489 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:12:51 +0200 Subject: [PATCH 11/14] fix back to top --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 87a1dce..92e593b 100755 --- a/README.md +++ b/README.md @@ -12,20 +12,20 @@ 7. **[Crédits](https://git-iutinfo.unice.fr/good3nought/echesstria#cr%C3%A9dits-revenir-au-sommaire)** 8. **[License](https://git-iutinfo.unice.fr/good3nought/echesstria#license-revenir-au-sommaire)** -## Description [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) +## Description [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) Projet tutoré de jeux d'échec ~~sérieux~~ équestrien par le groupe "[Good 3nough Team](https://git-iutinfo.unice.fr/good3nought)". -## Pré-requis [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) +## Pré-requis [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) 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. Pour pouvoir jouer, il est conseillé de savoir jouer aux échecs. -## Installation [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) +## Installation [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) 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. -## Commandes [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) +## Commandes [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) 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. @@ -45,7 +45,7 @@ Le jeu vous demandra ensuite de rentrer deux positions sur l'échiquier, la prem Le jeu affichera ensuite de nouveau l'échiquier et vous redemendera de refaire la manipulation précédente. -## Règles du jeu d'échec [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) +## Règles du jeu d'échec [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) > source [http://www.echecs.club/regles/](http://www.echecs.club/regles/) (voir crédits) ### Déroulement du jeu @@ -66,7 +66,7 @@ S’il n’y parvient pas, son roi est alors « échec et mat ». Vous remportez Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.club/regles/) visitez les crédits. -## Crédits [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) +## Crédits [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) | Peronne ou Source | Role | | :-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:| @@ -81,6 +81,6 @@ Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.cl | | -## License [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#license) +## License [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) [![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)). \ No newline at end of file From 74235c4eaf27c86df37b41e1904515f9123a520c Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:15:12 +0200 Subject: [PATCH 12/14] fix relinks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92e593b..58008a2 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Le jeu vous demandra ensuite de rentrer deux positions sur l'échiquier, la prem Le jeu affichera ensuite de nouveau l'échiquier et vous redemendera de refaire la manipulation précédente. ## Règles du jeu d'échec [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) -> source [http://www.echecs.club/regles/](http://www.echecs.club/regles/) (voir crédits) +> source [http://www.echecs.club/regles/](http://www.echecs.club/regles/) (voir [crédits](https://git-iutinfo.unice.fr/good3nought/echesstria#cr%C3%A9dits-revenir-au-sommaire)) ### Déroulement du jeu @@ -64,7 +64,7 @@ Chaque fois que vous pouvez prendre le roi de votre adversaire à votre prochain S’il n’y parvient pas, son roi est alors « échec et mat ». Vous remportez donc la partie. -Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.club/regles/) visitez les crédits. +Pour plus d'informations sur les règles, visitez [ce site](http://www.echecs.club/regles/) visitez les [crédits](https://git-iutinfo.unice.fr/good3nought/echesstria#cr%C3%A9dits-revenir-au-sommaire). ## Crédits [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) From 240c25105efbc6da146ab9dd38e9dcc0a500a565 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Thu, 23 May 2019 11:18:23 +0200 Subject: [PATCH 13/14] add links to get eclispe && intellij --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58008a2..1812a06 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Pour fonctionner, ce projet necessite d'avoir un [java JDK SE 1.8](https://www.o ## Installation [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) -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. +Pour installer le projet, vous pouvez lancer le fichier [echesstria.jar](#) ou bien compiler le projet en créant un nouveau projet sous [Eclipse](https://www.eclipse.org/downloads/) ou [Intellij](https://www.jetbrains.com/idea/download/#section=windows). ## Commandes [[revenir au sommaire]](https://git-iutinfo.unice.fr/good3nought/echesstria#sommaire) From 36b23546317e6e4f739bfcd68e1917502d705e14 Mon Sep 17 00:00:00 2001 From: sj801446 Date: Thu, 23 May 2019 11:21:13 +0200 Subject: [PATCH 14/14] Delete X.java (useless, it was for the git learning TD) --- X.java | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 X.java diff --git a/X.java b/X.java deleted file mode 100644 index f79506f..0000000 --- a/X.java +++ /dev/null @@ -1,37 +0,0 @@ -public class X { - private String nom; - private String prenom; - - - public X() { - this.nom = null; - this.preom = null; - } - - public X(String s1, String s2) { - this.nom = s1; - this.prenom = s2; - } - - public getNom() { - return this.nom; - } - - public getPrenom() { - return this.prenom; - } - - public setNom(String s) { - this.nom = s; - } - - public setPrenom(Sting s) { - this.prenom = s; - } - - @Override - public String toString() { - return "La personne s'appelle " + this.prenom + " " + this.nom; - } - -}