Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

gravetii/wordagam

Repository files navigation

License: MITGitHub releaseGithub All ReleasesSay Thanks!

A fun & interactive word game. Check out the screenshots!

If you're interested in the implementation details, check outmy article on Medium.

Download & Play

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.

Prerequisites

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.

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 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

Screenshots

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


Theme images picked fromUnsplash.

[8]ページ先頭

©2009-2025 Movatter.jp