You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snake game in c++ using ncurses header file playable on terminal.
use arrows keys up,down,left,right to control the snake's movement.
Feed the snake to make it grow longer and longer.
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
Make sure to install ncurses header file if not then install it by using following commands.
" sudo apt-get install libncurses5-dev libncursesw5-dev ".