MANIFEST.in
README.rst
setup.py
stratumgs/__init__.py
stratumgs/web.py
stratumgs.egg-info/PKG-INFO
stratumgs.egg-info/SOURCES.txt
stratumgs.egg-info/dependency_links.txt
stratumgs.egg-info/not-zip-safe
stratumgs.egg-info/requires.txt
stratumgs.egg-info/top_level.txt
stratumgs/assets/templates/base.html
stratumgs/assets/templates/configure.html
stratumgs/assets/templates/games.html
stratumgs/assets/templates/home.html
stratumgs/assets/templates/matches.html
stratumgs/assets/templates/players.html
stratumgs/assets/templates/view.html
stratumgs/assets/templates/games/tictactoe.html
stratumgs/assets/web/css/configure.css
stratumgs/assets/web/css/main.css
stratumgs/assets/web/games/tictactoe/game.css
stratumgs/assets/web/games/tictactoe/game.js
stratumgs/assets/web/js/view.js
stratumgs/client/__init__.py
stratumgs/client/proxy.py
stratumgs/client/server.py
stratumgs/game/__init__.py
stratumgs/game/runner.py
stratumgs/game/engine/__init__.py
stratumgs/game/engine/client.py
stratumgs/game/engine/engine.py
stratumgs/game/games/__init__.py
stratumgs/game/games/tictactoe.py