This is a clone of Wordle using OPENRNDR.
Play is similar to the original Wordle, except:
- You can exit the game by pressing the escape key.
- Once the game ends, you can start a new one by pressing any key besides escape.
run
runs the gamejar
creates an executable platform-specific jar file with all dependencieszipDistribution
creates a zip file containing the application jar and the data folderjpackageZip
creates a zip with a stand-alone executable for the current platform (works with Java 14 only)
To create runnable jars for a platform different from the platform you use to
build one uses ./gradlew jar --PtargetPlatform=<platform>
. The supported
platforms are windows
, macos
, linux-x64
and linux-arm64
.
This is based on the OPENRNDR template project and relies on orx-gui.
I received help from kind and generous people on the OPENRNDR Slack server, especially aBe.
The source of secret-words.txt is Here Lies Wordle: Full Answer List (NYT Update) by Owen Yin.
The source of legal-words.txt is https://raw.githubusercontent.com/tabatkins/wordle-list/main/words , maintained by Tab Atkins Jr.
I welcome pull requests from more experienced OPENRNDR programmers.