MANIFEST.in
setup.py
src/web_gamepad/__init__.py
src/web_gamepad/gamepad_server.py
src/web_gamepad.egg-info/PKG-INFO
src/web_gamepad.egg-info/SOURCES.txt
src/web_gamepad.egg-info/dependency_links.txt
src/web_gamepad.egg-info/requires.txt
src/web_gamepad.egg-info/top_level.txt
src/web_gamepad/core/__init__.py
src/web_gamepad/core/views.py
src/web_gamepad/gamepad/__init__.py
src/web_gamepad/gamepad/game_factory.py
src/web_gamepad/gamepad/gamepad_controller.py
src/web_gamepad/gamepad/unit.py
static/css/style.css
static/images/background.jpg
static/images/bullet_hero.png
static/images/hero_1_black.png
static/images/hero_1_blue.png
static/images/hero_1_green.png
static/images/hero_1_pink.png
static/images/hero_1_red.png
static/images/hero_1_white.png
static/images/hero_2_black.png
static/images/hero_2_blue.png
static/images/hero_2_green.png
static/images/hero_2_pink.png
static/images/hero_2_red.png
static/images/hero_2_white.png
static/images/invader1.png
static/images/invader2.png
static/images/invader3.png
static/js/game.js
static/js/web_socket.js
templates/base.html
templates/game.html
templates/gamepad.html
templates/index.html