/roguelike

A basic roguelike written in c++.

Primary LanguageC++MIT LicenseMIT

roguelike

A basic roguelike written in C++

Olle Lögdahl, 24 November 2018

cmake licence issues


roguelike is a C++ game, inspired by rogue and NetHack. Implements a custom engine, xml resource loading, texture atlasing, dungeon generation and more.

NOTE: This project is in the middle of a major rework, and is therefore broken. Come back later :)

Installation Guide

Note: Only tested on linux. My codebase should be platform independent, but would need some tweaks to the cmake script.

git clone https://github.com/ollelogdahl/roguelike.git
cd roguelike
mkdir build
cd build
cmake .. && make -j4

Dependencies