From 037225e33ab1e4e9a56bdb6addf5b0be374adcb2 Mon Sep 17 00:00:00 2001 From: tusharchou Date: Wed, 28 Aug 2024 16:23:39 +0530 Subject: [PATCH] Hi Amit, I saw your repo and got excited by the problem statement you have used to showcase your C++ skills. I would want to try and have some fun in python too. Follow and you shall learn, commit and I shall teach. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a779cd5..e00aa00 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Snaketerminal -------------------------------------------------------------------------------------------------------------- ## INSTRUCTIONS TO PLAY -1. Snake game in c++ using ncurses header file playable on terminal. +1. Snake game in ~~c++~~ **python** using ~~ncurses header file~~ collections library playable on terminal. 2. use arrows keys up,down,left,right to control the snake's movement. 3. Feed the snake to make it grow longer and longer. 4. Remember not to hit the boundaries and snake itself if you hit game over.Make snake grow long as long as you can. ## INSTRUCTIONS TO RUN -1. Make sure to install ncurses header file if not then install it by using following commands. - " sudo apt-get install libncurses5-dev libncursesw5-dev ". -2. Run following commands in terminal-- -3. cd Snaketerminal -4. ./a.out +~~1. Make sure to install ncurses header file if not then install it by using following commands.~~ + ~~sudo apt-get install libncurses5-dev libncursesw5-dev~~ +~~2. Run following commands in terminal--~~ +~~3. cd Snaketerminal~~ +~~4. ./a.out~~ 5. Enjoy the game.