- Notifications
You must be signed in to change notification settings - Fork16
gravetii/wordagam
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A fun & interactive word game. Check out the screenshots!
If you're interested in the implementation details, check outmy article on Medium.
Download the latest artefactshere. You can download the MacOS artifacthere, but artefacts for other platforms can also be built easily. Check theBuilding from source
section below.
After downloading the zip file, extract it and runwordagam
-
./wordagam-mac/bin/wordagam
You can download an older version of the game as a JAR filehere.
The latest version of the artifact doesn't require a pre-existing Java runtime. This is possible because the project makes use ofjlink
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 usingjlink
. 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
About
A fun little word game 🍄