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.

| Link | https://github.com/gelisam/ludum-dare-50 |
| Link | https://gelisam.com/files/ludum-dare-50/tordle-v1-linux.tgz |
| Original URL | https://ldjam.com/events/ludum-dare/50/tordle |
Ratings
| Given | 0🗳️ | 0🗨️ |
```
$ ./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)
```