47 lines
2.4 KiB
Markdown
47 lines
2.4 KiB
Markdown
# Shadow Hunter Game
|
||
**Projet Transitoire Execptionnel S4T**
|
||
|
||
## Sommaire
|
||
|
||
1. [Présentation du projet](https://github.com/PTE-SH/ShadowHunterGame#pr%C3%A9sentation-du-projet)
|
||
2. [Règles du jeu](https://github.com/PTE-SH/ShadowHunterGame#r%C3%A8gles-du-jeu)
|
||
3. [Comment l'utiliser](https://github.com/PTE-SH/ShadowHunterGame#comment-lutiliser)
|
||
4. [Auteurs](https://github.com/PTE-SH/ShadowHunterGame#auteurs)
|
||
5. [License](https://github.com/PTE-SH/ShadowHunterGame#license)
|
||
|
||
## Présentation du projet
|
||
|
||
Shadow Hunters est un jeu de plateau de survie où trois groupes de personnages, Shadow, Hunters et Neutres luttent les uns contre les autres. Notre objectif est de pouvoir transposer ce jeu de plateau sur une table interactive afin de pouvoir y jouer de façon numérique.
|
||
|
||
## Règles du jeu
|
||
|
||
Pour gagner, les Hunters et Shadow doivent éliminer tous les personnages du camp adverse. Les Neutres ont chacun un objectif spécifique et peuvent s’allier à l’un ou l’autre des camps. Au début de la partie l’identité de chaque personnage est secrète. Les personnages peuvent utiliser des capacité spéciales mais doivent être révélés pour pouvoir les utiliser. Des cartes d'équipements ou à effet immédiat permettent de pimenter la partie.
|
||
|
||
## Comment l'utiliser
|
||
|
||
Dans un premier temps, vous pouvez télécharger la dernière version de notre application en utilisant la commande :
|
||
|
||
```git clone https://github.com/PTE-SH/ShadowHunterGame.git```
|
||
|
||
Puis, il faut executez le ``ShadowHunterGame.exe`` pour pouvoir y jouer.
|
||
|
||
Ce projet repose sur le [Java JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) pour pouvoir fonctionner.
|
||
|
||
## Auteurs
|
||
|
||
+ [AHMED Saad](https://github.com/saadeldinah)
|
||
+ [BEN EL BEY Yessine](https://github.com/Yessine-iut)
|
||
+ [GROSS Paul](https://github.com/FestPaul)
|
||
+ [HERAUD Antoine](https://github.com/herauda)
|
||
+ [HILAL Nawfel](https://github.com/NawfelHilal)
|
||
+ [NOEL Bastien](https://github.com/BastienNOEL)
|
||
+ [NORTIER Hugo](https://github.com/Razengan1915)
|
||
+ [NOWICKI Johann](https://github.com/Raptops06)
|
||
+ [POISSONIER HUGO](https://github.com/HugoPoisso)
|
||
+ [RELEVAT Chiara](https://github.com/Chiara06830)
|
||
+ [SRIFI Pauline](https://github.com/JunkJumper)
|
||
|
||
## License
|
||
|
||
Ce projet est disponible sous license [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0) (voir [LICENSE.MD](https://github.com/PTE-SH/ShadowHunterGame/blob/master/LICENSE))
|