Skip to content

Instantly share code, notes, and snippets.

@garyoas
garyoas / air_hockey.py
Created December 19, 2015 20:36 — forked from gillibrand/air_hockey.py
An Air Hockey game for Pythonista on iPad and iPhone. Yes, I typed this all on my iPad. A little painful.
# Hockey
#
# A air hockey game for two players. First to
# seven wins.
# Most of the game is drawn with the scene
# module. Goal and winner messages are animated
# with layers.
from scene import *
from sound import *