From cc085b004557a36a6dcad567c1ffbdd94114a99a Mon Sep 17 00:00:00 2001 From: Maurice Date: Wed, 26 Nov 2025 23:20:59 +0100 Subject: [PATCH] added README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf3d3a3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# JGame2D +JGame2D is a simple two-dimensional pixel art for enhancing my java skills in fields of video games.
+The base for this game is given by the [tutorial series](https://www.youtube.com/playlist?list=PL_QPQmz5C6WUF-pOQDsbsKbaBZqXj4qSq) of [RyiSnow](https://www.youtube.com/@RyiSnow) on youtube.
+I am - of course - planning to re-design all images, sounds and maps by myself once the games functionality is complete. + +## Installation +_To be continued_ \ No newline at end of file