heavens_stdout is a fun homage to Terry Davis and TempleOS, where you can talk with a randomizer acting as god. Simply press the Talk to Me button to start the interaction.
-
Make sure you have Qt6 installed on your system.
-
Clone the repository and navigate to the project directory:
git clone https://github.com/Pix3lexe/heavens_stdout.git
cd heavens_stdout- Initialize git submodules
git submodule update --init --recursive- Build with cmake
mkdir build && cd build
cmake ..