blob: db435fe564b7c3189f3a88110f96cb57ccbad177 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Wordled: Impress your friends with Wordle drawings!
## 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.
### 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.
|