Skip to content

DasHache/Pacman

Repository files navigation

Pacman

graphics

Graphics - simple class for graphics

graphicsShapes

Cirle, Rect - simple classes to draw a shape

game.py

class GameStateData:

class GameState:

class Game:

class GameRules:

layout = Layout('layout/small.lay') #Layout('layout/big.lay') display = PacmanGraphics() rules = GameRules() game = rules.newGame(layout, display) game.run()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages