Skip to content

AllanSasi/Again-Pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Again-Pygame

Classic Game - Snake-Arena using Pygame

What is pygame?

It is a free and open source Python programming language library used for making a multimedia application like games. It is great for beginners as it’s simple and easy to use.

Game logic

The snake game has some rules:-

  • if the snake eats food, the food moves to a new position.
  • if the snake eats food, the snake's length grows.
  • if the snake collapses with itself, game over.

Releases

No releases published

Packages

No packages published