jeu-de-combat/README.md

43 lines
1.7 KiB
Markdown
Raw Normal View History

2021-06-24 16:56:31 +00:00
![Boulevard Combattant Logo](src/main/resources/launcher/logo.png)
2021-06-26 00:21:50 +00:00
# 👊 Boulevard Combattant
2021-02-05 11:40:11 +01:00
[**Watch the game trailer now**](https://www.youtube.com/watch?v=Bg_Tftfuyt0)
2021-05-11 14:08:58 +00:00
2021-06-26 00:21:50 +00:00
Boulevard Comabattant is a 2D Fighting game, inspired by Street Fighter III: Third Strike. Challenge your friends in an epic faceoff on the streets of Angoulême!
2021-06-24 17:05:35 +00:00
2021-06-26 00:21:50 +00:00
Built upon our lwjgl and glfw based game engine, BK Engine, Boulevard Comabattant was designed to be easily expansible in the future.
2021-06-25 20:51:41 +00:00
2021-06-26 00:21:50 +00:00
![Game screenshot](docs/game_screenshot.png)
2021-06-25 03:35:54 +00:00
2021-06-26 00:21:50 +00:00
## 🎮 How to play?
2021-06-25 03:35:54 +00:00
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.
2021-06-25 21:18:10 +02:00
![Launcher screenshot](docs/launcher/launcher_screenshot.png)
2021-06-25 03:35:54 +00:00
Blue, the main character, knows some advanced martial arts techniques, which can be unlocked through special combinaisons ;).
2021-06-26 00:21:50 +00:00
## ⚙ How to install / build?
2021-06-25 03:35:54 +00:00
2021-06-25 21:18:10 +02:00
Please refer to [INSTALL.md](INSTALL.md).
2021-06-25 03:35:54 +00:00
2021-06-26 00:21:50 +00:00
## 🧪 Technologies used by the project
2021-05-27 14:22:17 +00:00
2021-06-26 00:21:50 +00:00
* Java 🍵
* OpenGL via [lwjgl](https://www.lwjgl.org/) 📺
* OpenAL via [lwjgl](https://www.lwjgl.org/) 📢
* [JavaFX](https://openjfx.io) 🪟
2021-05-27 14:22:17 +00:00
2021-06-26 00:21:50 +00:00
## ⌨ Authors
2021-05-11 14:08:58 +00:00
2021-05-27 14:22:17 +00:00
* [François AUTIN](https://gitlab.istic.univ-rennes1.fr/fautin)
* [Victor AZRA](https://gitlab.istic.univ-rennes1.fr/vazra)
* [Indy BOYEAU](https://gitlab.istic.univ-rennes1.fr/iboyeau)
* [Antoine DUPUIS](https://gitlab.istic.univ-rennes1.fr/18002392)
* [Léo NOLIÈRE](https://gitlab.istic.univ-rennes1.fr/lnoliere)
2021-06-25 20:49:59 +00:00
* [Rémi RATIVEL](https://gitlab.istic.univ-rennes1.fr/rrativel)
2021-06-26 00:21:50 +00:00
*Developed in the context of an end-of-year project at ISTIC (2020/2021).*