From 81919caac88b2c937000f8c39bc24318e40ce5d5 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 26 Oct 2024 01:11:29 +0500 Subject: upd: readme --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c6495d4..ce56f96 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,24 @@ -
- 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. +# ![Maxon Petting Simulator Open Source](logo.png) +The cutest 3D clicker game you've ever seen, written in Java and LibGDX. -> If you have any questions or issues, submit them on [Issues](https://github.com/notdankenough/maxonpettingsim/issues)! +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ilotterytea/maxon/release.yml?style=plastic) ## Building + To compile this project you will need [JDK 11](https://adoptium.net/). Copy the repository and open it via the terminal and do what you need: -### Game (For desktop): + +### Desktop (Windows/macOS/Linux) + *Running*: `./gradlew desktop:run`
*Building*: `./gradlew desktop:dist` +## Downloads + +| [![itch.io](https://static.itch.io/images/badge.svg)](https://ilotterytea.itch.io/maxon) | [![Google Play](https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png)](https://play.google.com/store/apps/details?id=kz.ilotterytea.maxon) | +|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------| + ## 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