Skip to content

arunike/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Snake Eating Game

Description

A simple Snake Eating game built with python. Snake is when player maneuvers the end of a growing line. The player must keep the snake from colliding with both other obstacles and itself, which gets harder as the snake lengthens.

Few elements components:

  • Snake length
  • Food types (Reward/Damage)
  • Scoreboards