diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-10 16:27:05 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-10 16:27:05 +0100 |
| commit | 84078fc62fd6865de004a39bfd6fc279f25625d7 (patch) | |
| tree | 1163989994bf63e4eddc8ee1f7a5821690344619 /README.md | |
| parent | 4fa4a450e53ee5211cb022895481c228adc55158 (diff) | |
checkpoint
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 52 |
1 files changed, 26 insertions, 26 deletions
@@ -3,29 +3,29 @@ ## Overview `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. - For both Windows and Linux you need a working C++ compiler. - - ### 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 - Following dependencies are required, but should already be installed on most distributions. - - `libasound.so` - - `libcurl.so` - - `libX11.so` and `libXFixles.so` - - In the `code` directory run. - ```bat - ./build.sh - ``` - Afterwards from the `build` directory you can run the `linux_handmade` executable. -
\ No newline at end of file +## 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. +For both Windows and Linux you need a working C++ compiler. + +### 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 +Following dependencies are required, but should already be installed on most distributions. +- `libasound.so` +- `libcurl.so` +- `libX11.so` and `libXFixles.so` + +In the `code` directory run. +```bat +./build.sh +``` +Afterwards from the `build` directory you can run the `linux_handmade` executable. + |
