Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 621 Bytes

File metadata and controls

16 lines (12 loc) · 621 Bytes

Snake_Python_Game

Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. The package is highly portable, with games running on Windows, MacOS, OS X, BeOS, FreeBSD, IRIX, and Linux.

All logic of this game we can divided to several parts:

  • 1
  • 2
  • 3