From 301752a75b2352b3d248090a640501c5b10ac4ea Mon Sep 17 00:00:00 2001 From: Dora <27211909+catdotjs@users.noreply.github.com> Date: Fri, 18 Apr 2025 23:48:46 +0000 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..765577b --- /dev/null +++ b/README.md @@ -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 +```