Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 463 Bytes

File metadata and controls

38 lines (24 loc) · 463 Bytes

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