From 39d214a3a2181bafa8a220b51b733c6ff4878524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Fri, 25 Jun 2021 03:35:54 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc6f1f5..b8171ce 100644 --- a/README.md +++ b/README.md @@ -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)