Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 197 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 197 Bytes

dungeon

A text-based RPG game. 2022-Spring semester DS&OOP Homework.

Build

To build you will need ncurse and ncursew library.

  • apt install libncurses5-dev libncursesw5-dev
  • make