aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1c7287935889c82dc4a24117e0425a76cf059048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Wordled: Impress your friends with Wordle drawings!
Link to the [original](https://git.spacehb.net/wordled/about/?h=main) repository.

## 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](https://github.com/Poulbi/wordled/raw/refs/heads/main/showcase.mp4)

## 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
Run the `win32_handmade.exe` executable from the `build` directory.

### On Linux
Since I cannot guarantee binary compability, please follow the build instructions.

Following dependencies are required, but should already be installed on most distributions.
- [hm_linux](https://git.spacehb.net/hm_linux/about/?h=main), my linux platform layer.  Put it in `./code/libs/`.
- `libasound.so`
- `libcurl.so`
- `libX11.so` and `libXFixes.so`

In the `code` directory run.
```bat
./build.sh
```
Afterwards run the `linux_handmade` executable in the `build` directory.