keeperrl

Source code of KeeperRL

  • 所有者: miki151/keeperrl
  • 平台:
  • 许可证: GNU General Public License v2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

keeperrl

Source code of KeeperRL.

http://keeperrl.com,

http://store.steampowered.com/app/329970,

https://miki151.itch.io/keeperrl

Compiling

On Windows: go to here -> http://keeperrl.com/compiling-keeperrl-on-windows/

On Linux and Mac:

Prerequisites

  • make essentials
  • gcc-4.8.2 OR clang-3.5
  • git
  • For compiling on OSX you'll also need libboost-system, libboost-thread and libboost-chrono
  • libsdl2-dev, libsdl2-image-dev
  • libopenal-dev
  • libvorbis-dev

Under Ubuntu 14.4 , you could use these to create development enviroment

sudo apt-get install libsdl2-dev libsdl2-image-dev libopenal-dev libvorbis-dev llvm-3.4 build-essential

In terminal:

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

主要指标

概览
名称与所有者miki151/keeperrl
主编程语言C++
编程语言C++ (语言数: 9)
平台
许可证GNU General Public License v2.0
所有者活动
创建于2013-11-13 20:36:31
推送于2025-05-09 08:49:59
最后一次提交2025-04-24 13:23:46
发布数31
最新版本名称1_0_hotfix_19 (发布于 )
第一版名称alpha6 (发布于 )
用户参与
星数0.9k
关注者数50
派生数116
提交数7.1k
已启用问题?
问题数1914
打开的问题数694
拉请求数94
打开的拉请求数9
关闭的拉请求数62
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?