From f6de14704679f6fcc9b00aed5db3f654eb97d8f5 Mon Sep 17 00:00:00 2001 From: Maurice Date: Mon, 8 Dec 2025 05:22:36 +0100 Subject: [PATCH] updated README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f65e3ac..1aedfb1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,22 @@ JGame2D is a simple two-dimensional pixel art game for enhancing my java skills in fields of game development.
## Installation +### Pre-built package _To be continued_ +### Build from source (Linux) +- **Step 1**
+Clone the repository
+```sh +$ git clone https://git.miaurizius.de/MiauRizius/JGame2D.git +``` +- **Step 2**
+Run the build-script +```shell +$ ./build.sh +``` + ## Contribution -_To be continued_ \ No newline at end of file +You currently cannot contribute to this project.
+If you have any recommendations for improvements, +you can contact me via maurice@miaurizius.de. \ No newline at end of file