osharaki / snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake 🐍 (Built in 2016)

A basic implementation of the classic Snake game in Python and Pygame.

A screenshot of the game

Running the game

Windows

If you're on Windows, simply download and run snake_installer.msi. This will install the game at a destination of your choice.

Other platforms

If you're running the game on a platform other than Windows, or if you simply don't want to install the game, you'll need to have a local installation of Python and additionally install Pygame. Then from the command line you can run:

python canvas.py

About


Languages

Language:Python 100.0%