Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 536 Bytes

C-Terminal-Game

Some terminal-based C++ games are used as exercises for C++ features. Try to be compatible with compiling under different operating systems.

1. Snake

How to Complie:

MAC OS:g++-9 main.cpp -o snake -std=c++11(IF MAC_OS,do not use clang to complie)
Windows:Dev C++(-std=c++11)
Linux:

Effect demonstration:

snake

source code link