Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Snake Game

This is a simple 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.

Requirements

  • curses
  • random

How to run

  • open you command line and navigate to the path of the file
  • do a pip install curses && pip install random
  • then type python snake.py to run

The game in action is like this: