Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@peiva-git peiva-git released this 21 Jun 23:44
· 3 commits to master since this release
4202fc3

First working release.

The desktop and terminal versions of the game are released in the form of .jar files.
The archives contain the web release, with all the necessary files.
The .apk file is a ready-to-install signed Android APK
You can build all these files yourself by running the following command:

./gradlew [module_name]:dist

Or, for Android:

./gradlew android:assembleRelease

Full Changelog: https://github.com/peiva-git/SDM_project/commits/1.0