Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages