Skip to content
Oxillen Glow edited this page Jun 22, 2026 · 11 revisions

I have not made any release as no one will play this at the current state but here is the only way to install and run it right now.

Normal

Go to https://github.com/OxillenGlow/MtSharpGrain/releases

1. Unzip

  • Extract the .zip file.
  • Move the unzipped folder to a permanent place (e.g., C:\Gradle).

2. Install OpenJDK

available from Microsoft at https://learn.microsoft.com/java/openjdk/download

3. Run

  • Go inside the unzipped folder
  • Navigate to the bin folder and run the
    • "gradle(.sh)" file on mac
    • "gradle.bat" on windows

Play!

Build from source

click to expand
  • Clone this GitHub repo OR
  • Download the files in this repository
  • in your terminal do:
cd ~/<the folder where source code is>

Do

./gradlew build #(OR .\gradlew build in windows)

Then:

./gradlew run #(OR .\gradlew run)

(Remember to install jdk)

Image MtSharpGrain


Clone this wiki locally