diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-08-21 20:58:21 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-08-21 21:34:02 +0200 |
commit | 10c5eaf9eaac3d550be2a05ab8a89157276bc336 (patch) | |
tree | 734f23d65b86e9ef7d43c453f4676aa5a9685761 /README.md | |
parent | 55a8e6f345ee2ae35e2c0eaa8bc8b5fc0a5a7990 (diff) |
checkpointmain
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -4,5 +4,20 @@ `Wordled` is a GUI application that lets you draw patterns such that you can later input them in the [Wordle](https://www.nytimes.com/games/wordle/index.html) game. It will then generate the guesses to achieve the required pattern. ## Showcase +<video autoplay loop muted src="https://git.spacehb.net/wordled/plain/showcase.mp4?h=main"> - +## Build & Run +Both following build steps will output executable programs in the `build` directory. Do note that +this repository already has prebuilt binaries. +### On Windows +In the `code` directory run. +```bat +.\build.bat +``` +Afterwards from the `build` directory you can run the `win32_handmade.exe` executable. +### On Linux +In the `code` directory run. +```bat +./build.sh +``` +Afterwards from the `build` directory you can run the `linux_handmade` executable. |