From d6bcb0429f30a73f479ba21b8726a399b0b00a53 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 2 Sep 2022 20:02:17 +0600 Subject: Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a9d7de --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +
+ Maxon Petting Simulator
+ wakatime + + +
+ +# Maxon Petting Simulator (Open-Source) +Maxon Petting Simulator source code release. The game is built in Java and uses LibGDX as the main game framework. It is built using Gradle. + +> If you have any questions or issues, submit them on [Issues](https://github.com/notdankenough/maxonpettingsim/issues)! + +## Building +To compile this project you will need [JDK 17](https://adoptium.net/). Copy the repository and open it via the terminal and do what you need: +### Game (For desktop): +*Running*: `./gradlew desktop:run`
+*Building*: `./gradlew desktop:dist` + +## License +This project is under the Mozilla Public License 2.0! [Read on LICENSE](https://github.com/NotDankEnough/MaxonPettingSim/blob/master/LICENSE).
+Project Assets under the [Creative Commons Attribution v4.0 International](https://creativecommons.org/licenses/by/4.0/)! \ No newline at end of file -- cgit v1.2.3