keeperrl

Source code of KeeperRL

  • Owner: miki151/keeperrl
  • Platform:
  • License:: GNU General Public License v2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Overview

Name With Ownermiki151/keeperrl
Primary LanguageC++
Program languageC++ (Language Count: 9)
Platform
License:GNU General Public License v2.0
Release Count29
Last Release Namealpha36 (Posted on )
First Release Namealpha6 (Posted on )
Created At2013-11-13 20:36:31
Pushed At2024-03-30 09:14:48
Last Commit At2024-03-22 13:35:59
Stargazers Count828
Watchers Count46
Fork Count100
Commits Count6.7k
Has Issues Enabled
Issues Count1893
Issue Open Count681
Pull Requests Count92
Pull Requests Open Count10
Pull Requests Close Count60
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top