Skip to content

Releases: peiva-git/SDM_project

Version 1.0

21 Jun 23:44
4202fc3
Compare
Choose a tag to compare

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