Have fun with the source code, which is located at the git repository linked below. Continuous sounds are disabled because they lag the game.
You can download the pre-built Mac version here.
To build the source code, you can run
You can download the pre-built Mac version here.
To build the source code, you can run
Code:
git clone -b tw2_qt5 https://github.com/uyjulian/tworld.git
cd tworld
mkdir build
cd build
cmake ..
cmake --build .