A downloadable game for Windows

A turn-based game very, very early in development. The Windows build was cross-compiled on Arch Linux, so YMMV. If something goes wrong, a CMakeLists file and the source code are included. It should be built without issue. 

You can enter the following into the in-game console to make some magic happen:

Util.doscript("tests/main")

Things that need to be fixed that I'm aware of:

* Gameplay (haha)

*QOL for the console, such as log scrolling and moving the cursor

*Input, as moving diagonally may be tricky

Download

Download
SOD.zip 40 MB
Download
SOD-x86_64_Windows.zip 41 MB

Install instructions

Currently, there are two downloads: a source code download and one with both a Windows executable and source code.

IMPORTANT: Make sure to run the game binary with bin/ as the working directory, otherwise it will mess up the relative paths.

On GNU/Linux, run the build script first to produce the binary.   

chmod +x build.sh 
./build.sh 
cd bin 
./Shape_of_Dreams-x86_64_GNU_Linux

Other than downloading from this webpage, you can also do a recursive git clone from   https://codeberg.org/FroggyGreen/Shape_of_Dreams to get everything you need.

Leave a comment

Log in with itch.io to leave a comment.