Skip to content

bopke/dungeon-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple 2d game written in ncurses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors