Soon™
Currently, runs only on linux and macOS due to usage of ncurses, windows support planned for future.
First, before we install project, make sure you have ncurses installed.
apt install libncurses5-dev
brew install ncurses
cmake .
make
After building project, run
./dungeon_game_tests