.gitignore
.pylintrc
.travis.yml
LICENSE
MANIFEST.in
README.rst
appveyor.yml
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/curriculum.rst
docs/development.rst
docs/index.rst
docs/make.bat
docs/_static/cannon.gif
docs/_static/connect.gif
docs/_static/fidget.gif
docs/_static/flappy.gif
docs/_static/gj-logo.png
docs/_static/memory.gif
docs/_static/pacman.gif
docs/_static/paint.gif
docs/_static/pong.gif
docs/_static/simonsays.gif
docs/_static/snake.gif
docs/_static/tictactoe.gif
docs/_static/tiles.gif
docs/_static/tron.gif
docs/_templates/gumroad.html
docs/_templates/pagetoc.html
docs/_templates/search.html
docs/_templates/topics.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/fidget.py
freegames/flappy.py
freegames/guess.py
freegames/memory.py
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/__init__.py
tests/mockturtle.py
tests/test_ant.py
tests/test_bagels.py
tests/test_bounce.py
tests/test_cannon.py
tests/test_connect.py
tests/test_crypto.py
tests/test_doctest.py
tests/test_fidget.py
tests/test_flappy.py
tests/test_guess.py
tests/test_main.py
tests/test_memory.py
tests/test_pacman.py
tests/test_paint.py
tests/test_pong.py
tests/test_simonsays.py
tests/test_snake.py
tests/test_tictactoe.py
tests/test_tiles.py
tests/test_tron.py
tests/test_utils.py