15 lines
402 B
Markdown
15 lines
402 B
Markdown
# Wordle GameSH
|
|
|
|
**Inspired by [https://github.com/bcvillano/gamesh](https://github.com/bcvillano/gamesh)**
|
|
|
|
Requires users to win Wordle before getting bash.
|
|
|
|
# Compiling
|
|
If it isn't already installed, install [Nim](https://nim-lang.org/install.html).
|
|
|
|
Modify the values in `WORDBANK` and `BACKDOOR` as needed.
|
|
|
|
Then compile for release
|
|
```bash
|
|
nim c -d:release src/main.nim # Outputs to src/main
|
|
``` |