ollelogdahl / roguelike

A basic roguelike written in c++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic roguelike written in c++.

License:MIT License


Languages

Language:C++ 93.6%Language:CMake 6.4%Language:C 0.0%