Skip to content

Console/Terminal Snake game written in C++ using the Windows API

Notifications You must be signed in to change notification settings

Soreing/WinCmdSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Windows Console Snake game where the player collects apples to gain points. The length of the snake increases by one tile after each apple collected. At different score milestones, the level is progressed and the snake gets faster to add difficulty.

Game Screen

Build

Use the following commands in a terminal to build the project. (Requires CMake)

The executable is found in the build/Debug directory.

mkdir build
cd build
cmake ..
cmake --build .

About

Console/Terminal Snake game written in C++ using the Windows API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published