Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 675 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 675 Bytes

CC3K-villain

Chamber Crawler 3000

Project for OOP course

still many bugs to be fixed

Attention

The program uses escape sequence to clear output before printing something new for each round.

std::cout << "\ec";

However, this doesn't seems to work with Win32 Console on Windows. Since it's easy to switch to Windows Terminal on Win 10, I'm not planning to implement this specially for Windows by calling those Windows' Console APIs.

However, it might be possible for me to introduce ncurses in the future.

how to build

Change to the project root directory and:

mkdir build && cd build
cmake ..
make
make install
../bin/cc3k