LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
uberpong.sh
assets/fonts/8bitOperatorPlus-Bold.ttf
assets/fonts/8bitOperatorPlus-Regular.ttf
assets/fonts/8bitOperatorPlus8-Bold.ttf
assets/fonts/8bitOperatorPlus8-Regular.ttf
assets/fonts/8bitOperatorPlusSC-Bold.ttf
assets/fonts/8bitOperatorPlusSC-Regular.ttf
assets/fonts/SIL Open Font License.txt
assets/images/sprites.png
assets/sounds/Jingle_Achievement_00.wav
assets/sounds/Jingle_Win_00.wav
assets/sounds/begin.wav
assets/sounds/bounce.wav
assets/sounds/credits.wav
assets/sounds/game.wav
uberpong/__init__.py
uberpong/__main__.py
uberpong.egg-info/PKG-INFO
uberpong.egg-info/SOURCES.txt
uberpong.egg-info/dependency_links.txt
uberpong.egg-info/entry_points.txt
uberpong.egg-info/requires.txt
uberpong.egg-info/top_level.txt
uberpong/engine/__init__.py
uberpong/engine/entity.py
uberpong/engine/sorcerer.py
uberpong/engine/spot.py
uberpong/engine/state.py
uberpong/game/__init__.py
uberpong/game/colors.py
uberpong/game/game.py
uberpong/game/utils.py
uberpong/game/entities/__init__.py
uberpong/game/entities/ball.py
uberpong/game/entities/board.py
uberpong/game/entities/player.py
uberpong/game/net/__init__.py
uberpong/game/net/packet.py
uberpong/game/net/player.py
uberpong/game/net/scene.py
uberpong/game/states/__init__.py
uberpong/game/states/base.py
uberpong/game/states/begin.py
uberpong/game/states/credits.py
uberpong/game/states/load.py
uberpong/game/states/round.py
uberpong/game/states/score.py
uberpong/game/states/set.py
uberpong/game/states/splash.py
uberpong/game/states/wait.py
uberpong/ming/__init__.py
uberpong/ming/bson.py
uberpong/ming/channel.py
uberpong/ming/client.py
uberpong/ming/json.py
uberpong/ming/server.py
uberpong/ming/ubjson.py