Skip to content

Create a snake game using python3, pygame and linked-list

Notifications You must be signed in to change notification settings

Zeroska/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE for snake game:

  • you should notice snake speed
  • the animation is just side task
  • Make the snake using linked list
  • pygame surface
  • Check boundary or not
  • After draw something then use pygame.display.update to refesh the frame

SnakeGame

  • Using Linked-List data structure
  • Pygame

Incoming Feature

  1. When eat Food inverted all the key
  2. after 2 point => increase snake-speed by 5
  3. Show player score
  4. Add function to check whether the snanke hit itself or NOTE
  5. Refactor code
  6. Wanna add 2 player ?

About

Create a snake game using python3, pygame and linked-list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published