Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 267 Bytes

Terminal-RPG

Quick Start

  • Run ./game to start the role-play game on terminal

Modify codes and Recompile

  • To recompile, the dependency <curses.h> is required
  • Run g++ main.cpp -o game -lncurses to recompile and generate a new executable file game