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
# Snack game in python using curses and random library
1
+
# Snack game in built using python. the snake start with a small length and keeps growing as it keeps feeding on the food. The game is over when it hits the end of the terminal box or eats itself.
2
+
3
+
## Requirements
4
+
- curses
5
+
- random
6
+
7
+
## How to run
8
+
- open you command line and navigate to the path of the file
0 commit comments