A simple word guessing game, written in QBasic (QB64), inspired by, but not affiliated with, Wordle.
This project can be built with QB64. Linux users might check out this COPR repo for a convenient way to install QB64.
To build the project on Linux or MacOS, clone and cd into this repository and run:
qb64 -x $PWD/qorble.bas -o $PWD/qorble
Then run it: ./qorble
This should also run fine on Windows, but the above command may need adjusted (qb64.exe, etc.).