A fun & interactive word game. Check out the screenshots and the gameplay video.
Download the latest artefacts here. You can download the MacOS artifact here, but artefacts for other platforms can also be built easily. Check the Building from source
section below.
After downloading the zip file, extract it and run wordagam
-
./wordagam-mac/bin/wordagam
You can download an older version of the game as a JAR file here.
The latest version of the artifact doesn't require a pre-existing Java runtime. This is possible because the project makes use of jlink
to create a custom runtime image which comes bundled with the Java runtime.
The project is built as a modular Kotlin application using gradle. You can build the project and create a custom runtime image for your platform using jlink
. Run this in the root folder of the project -
./gradlew clean jlink
Running this command creates the runtime image which you can run to play the game -
build/image/bin/wordagam