Tordle

by gelisam
"Delaying the inevitable" reminded me of Tetris. And in 2022, every game dev has to write at least one Wordle variant, it's the law. So, here you go, a puzzle game about guessing a word by placing Tetrominos on a guess grid.

screenshot.png

Comments2

gbgames
gbgames21 Apr 2022, 13:36
Unfortunately, my Ubuntu 20.04 system seems to have an older LIBC:

```
$ ./tordle
./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./tordle)
./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/libSDL2-2.0.so.0)
./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/libSDL2-2.0.so.0)
./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/librt.so.1)
./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/libpthread.so.0)
```
wardrose23 Sep 2022, 08:37
This is the most prominent word matching game today, and the cookie clicker online game title is also very interesting.

Other games by @gelisam

Found a bug?
Tell us on Discord