Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 696 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 696 Bytes

QORBLE

A simple word guessing game, written in QBasic (QB64), inspired by, but not affiliated with, Wordle.

QORBLE Screenshot

Build this project

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.).