kevinyippp / snake-game-cpp-flickerless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake-game-cpp-flickerless

An implementation of the Snake game programmed in C++, intended to be played in terminal windows. Use WASD keys to move the snake and prevent it from colliding with itself. The implementation uses a doubly linked list, standard input handling, and console rendering.

image

About


Languages

Language:C++ 100.0%