Skip to content

Snake game written with turtle graphics with interesting features coming up.

Notifications You must be signed in to change notification settings

aproragadozo/turtle_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turtle_snake

Object oriented Python noodling.

Planned Features

  • temporary power-ups
    • make snake not die when colliding with walls (this is the default right now, needs to change when feature complete)
    • speed up snake
    • slow down snake
    • background flashes distractingly
  • snake starts out not as white cells but as three digits of π (its head is 3, with 14 dangling behind it), snake food is always the next-in-line number of π, and when the snake eats the food, the digit shows up at the end
  • pause key combination

About

Snake game written with turtle graphics with interesting features coming up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages