Skip to content

Learn to use some of the features of C++ in the implementation of the game

Notifications You must be signed in to change notification settings

migraine-sudo/C-Terminal-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Learn to use some of the features of C++ in the implementation of the game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published