Files
countdown-snake/README.md
2025-04-18 23:48:46 +00:00

10 lines
195 B
Markdown

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
```