Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 339 Bytes

OOP_Dungeon

homework of OOP&DS, 2nd Semester 1st Grade

This program can currently work only when the terminal size is:
columns: 120
rows: 30
For UNIX & Linux users, you can use "tput [cols/lines]" to check your terminal size.
For Windows users, you can run "check_size.cpp" in this repository to check your terminal size.