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
The CLI Snake Game is a command-line implementation of the classic Snake game built using Python's curses library. Players navigate a snake to consume apples and grow longer, all while avoiding collisions with the walls and the snake's own body. The game features an intuitive menu system, a scoreboard to track high scores.