keeperrl
KeeperRL 1.0 hotfix 19
KeeperRL 的原始碼。
http://keeperrl.com,
http://store.steampowered.com/app/329970,
https://miki151.itch.io/keeperrl
在 Windows 上:到這裡 -> http://keeperrl.com/compiling-keeperrl-on-windows/
在 Linux 和 Mac 上:
先決條件
在Ubuntu 14.4下,您可以使用這些來建立開發環境
sudo apt-get install libsdl2-dev libsdl2-image-dev libopenal-dev libvorbis-dev libtheora-dev llvm-3.4 build-essential
在終端機中:
git clone https://github.com/miki151/keeperrl.git
cd keeperrl
make -j 8 OPT=true RELEASE=true # Add DEBUG=true to have debug symbols
# add OSX=true to compile on OSX
./keeper