2024-12-14 16:17:31 +01:00
|
|
|
# Ordle: A Wordle Solver
|
|
|
|
## Design
|
|
|
|
## Build Instructions
|
|
|
|
Common actions are defined in the provided Justfile and can be viewed with `just -l`
|
2024-12-14 16:01:12 +01:00
|
|
|
|
2024-12-14 16:17:31 +01:00
|
|
|
For a release build:
|
|
|
|
```bash
|
|
|
|
make RELEASE=1
|
|
|
|
```
|
|
|
|
## User Instructions
|
|
|
|
## Limitations and Drawbacks
|
|
|
|
## Comments
|
2024-12-14 16:01:12 +01:00
|
|
|
|