Wordagam Save

A fun little word game 🍄

Project README

Wordagam

License: MIT GitHub release Github All Releases Say Thanks!

A fun & interactive word game. Check out the screenshots and the gameplay video.

Download & Play

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.

Prerequisites

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.

Building from source

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

Game play video

Wordagam game play video

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9 Screenshot 10 Screenshot 11 Screenshot 12


Theme images picked from Unsplash.
Open Source Agenda is not affiliated with "Wordagam" Project. README Source: gravetii/wordagam