Create README.md

This commit is contained in:
Dora
2025-04-18 23:48:46 +00:00
committed by GitHub
parent 6ccd1b753e
commit 301752a75b

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
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
```