/dungeon-game

simple 2d game written in ncurses

Primary LanguageCMIT LicenseMIT

Dungeon game

Soon™

Building

Currently, runs only on linux and macOS due to usage of ncurses, windows support planned for future.

Installing ncurses

First, before we install project, make sure you have ncurses installed.

Ubuntu

apt install libncurses5-dev

MacOS

brew install ncurses

Building project

cmake .
make

Testing

After building project, run

./dungeon_game_tests