Skip to content

kLiHz/cc3k-villain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published