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