emmanueljs1 / python-snake

snake in python (for sake of the pun)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake written in Python

Authors:

Emmanuel Suarez

Jonathan Esteban

Overview

main.py

Runs the game

gamecourt.py

Contains the canvas on which the game is played

snake.py

Contains a list of game objects that represent the body of the snake

direction.py

Contains an enum for directions

About

snake in python (for sake of the pun)


Languages

Language:Python 100.0%