fl4shk / dunwich_sandgeon

Traditional Roguelike written in C++ using SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dunwich Sandgeon

This is an (in-development) traditional, procedurally generated roguelike video game for modern computing platforms (for some definition of "modern").

Here's a link to more information about the style of roguelike this game is intended to be.

Dependencies

To build the game, you will need a C++ compiler that supports C++20.

For now, this game needs SDL2 and the C++ version of PCG Random.

When downloading the game, make sure you recursively grab the submodules of this git repo, as follows:

  • git clone --recurse-submodules https://github.com/fl4shk/dunwich_sandgeon.git

About

Traditional Roguelike written in C++ using SDL2

License:GNU General Public License v3.0


Languages

Language:C++ 98.4%Language:Makefile 1.2%Language:Python 0.4%