.gitignore
.pylintrc
.travis.yml
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/gj-logo.png
docs/_static/maze.png
docs/_static/memory.png
docs/_static/nibbles.png
docs/_static/pacman.png
docs/_static/tictactoe.png
docs/_static/tiles.png
docs/_templates/gumroad.html
freegames/__init__.py
freegames/__main__.py
freegames/ant.py
freegames/bagels.py
freegames/bounce.py
freegames/cannon.py
freegames/car.gif
freegames/connect.py
freegames/crypto.py
freegames/cups.py
freegames/flappy.py
freegames/ghost.jpg
freegames/guess.py
freegames/maze.py
freegames/memory.py
freegames/pacman.jpg
freegames/pacman.py
freegames/paint.py
freegames/pong.py
freegames/simonsays.py
freegames/snake.py
freegames/tictactoe.py
freegames/tiles.py
freegames/tron.py
freegames/utils.py
freegames.egg-info/PKG-INFO
freegames.egg-info/SOURCES.txt
freegames.egg-info/dependency_links.txt
freegames.egg-info/top_level.txt
tests/test_doctest.py