|
|
@ -4,6 +4,7 @@ A word game similar to Wordle, implemented in Python!
|
|
|
|
## Features
|
|
|
|
## Features
|
|
|
|
- Randomly selects a 5 letter word from over 5000 possibilities
|
|
|
|
- Randomly selects a 5 letter word from over 5000 possibilities
|
|
|
|
- Tells you what letters are in the right position, which are present in the word but not in the right place, and which are not in the word at all
|
|
|
|
- Tells you what letters are in the right position, which are present in the word but not in the right place, and which are not in the word at all
|
|
|
|
|
|
|
|
- Seed-based, so the word is the same when run on a given day - just like the real thing!
|
|
|
|
- That's about it - it's fairly barebones as-is!
|
|
|
|
- That's about it - it's fairly barebones as-is!
|
|
|
|
|
|
|
|
|
|
|
|
## Prerequisites & Running
|
|
|
|
## Prerequisites & Running
|
|
|
@ -16,8 +17,8 @@ Compiled binaries are provided in the releases section for Windows and Unix syst
|
|
|
|
|
|
|
|
|
|
|
|
## Future
|
|
|
|
## Future
|
|
|
|
I don't anticipate spending a huge amount of time on this in the near future, but small things I'd like to throw in are:
|
|
|
|
I don't anticipate spending a huge amount of time on this in the near future, but small things I'd like to throw in are:
|
|
|
|
- Seed-based, so the word is the same when run on a given day - just like the real thing!
|
|
|
|
|
|
|
|
- Make the output slightly prettier, or as pretty as it can be in a terminal. No plans of making a full GUI version just yet!
|
|
|
|
- Make the output slightly prettier, or as pretty as it can be in a terminal. No plans of making a full GUI version just yet!
|
|
|
|
|
|
|
|
- Validate that users word is an actual real word
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
## License
|
|
|
|
Published under GPL, so go nuts! Contributions and forks of any stripe welcome :)
|
|
|
|
Published under GPL, so go nuts! Contributions and forks of any stripe welcome :)
|
|
|
|