mirror of
https://github.com/dora-meowmeow/countdown-snake.git
synced 2026-02-22 20:05:24 +01:00
195 B
195 B
A game of snake that uses decay timer per cell instead of constraints to display the snake
How to compile
You need to install libncurses-dev
g++ main.cpp -o Game -lncurses
./Game