From 1f87e20877ec3ea6147e673f5ca610ec00abffd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Fri, 25 Jun 2021 03:29:02 +0000 Subject: [PATCH] Add INSTALL.md --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..88a9dd5 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,7 @@ +# How to install Boulevard Combattant? + +To run Boulevard Combattant, simply get the [latest release](https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat/-/releases) and run the executable JAR. You need Java >8 installed on your computer. All libraries are packaged within the JAR. + +# How to build Boulevard Combattant? + +This project is managed via Maven. To build, simply clone the project, and run `mvn package` in the root directory of the cloned project. A JAR will be generated in `${project_folder}/target`. This project can also be imported in your prefered IDE. To run the game, run the Main class located in the default package.