Update README.md

This commit is contained in:
François Autin 2021-06-25 03:35:54 +00:00
parent 6984a8bd23
commit 39d214a3a2

View File

@ -7,6 +7,18 @@ Developed in the context of an end-of-year project at ISTIC (2020/2021)
![In-Game screenshot](docs/game_screenshot.png)
Currently, only a single character is playable. However, the engine allows for easy expansion in the future.
## How to play?
Set your preferences in the launcher window, plug-in two DirectInput or XInput capable controllers in your computer, and press start! Use the left analog stick or the D-Pad to move, and the four face buttons for kick and punch, neo-geo style.
Blue, the main character, knows some advanced martial arts techniques, which can be unlocked through special combinaisons ;).
## How to install / build?
Please refer to [INSTALL.md](https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat/-/blob/master/INSTALL.md).
## Technologies used by the project
* Java
@ -14,11 +26,7 @@ Developed in the context of an end-of-year project at ISTIC (2020/2021)
* OpenAL via [lwjgl](https://www.lwjgl.org/)
* [JavaFX](https://openjfx.io)
## How to install / build ?
Please refer to [INSTALL.md](https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat/-/blob/master/INSTALL.md).
## Contributors
## Authors
* [François AUTIN](https://gitlab.istic.univ-rennes1.fr/fautin)
* [Victor AZRA](https://gitlab.istic.univ-rennes1.fr/vazra)