COPYING
MANIFEST.in
README.md
README.tournament.md
setup.cfg
setup.py
tournament.yaml
contrib/README.txt
contrib/ci.cfg
contrib/ci_engine.py
doc/Makefile
pelita/__init__.py
pelita/exceptions.py
pelita/game.py
pelita/gamestate_filters.py
pelita/layout.py
pelita/maze_generator.py
pelita/network.py
pelita/utils.py
pelita/viewer.py
pelita.egg-info/PKG-INFO
pelita.egg-info/SOURCES.txt
pelita.egg-info/dependency_links.txt
pelita.egg-info/entry_points.txt
pelita.egg-info/requires.txt
pelita.egg-info/top_level.txt
pelita.egg-info/zip-safe
pelita/_layouts/__init__.py
pelita/player/FoodEatingPlayer.py
pelita/player/RandomExplorerPlayer.py
pelita/player/RandomPlayers.py
pelita/player/SmartEatingPlayer.py
pelita/player/SmartRandomPlayer.py
pelita/player/StoppingPlayer.py
pelita/player/__init__.py
pelita/player/base.py
pelita/player/player_functions.py
pelita/player/team.py
pelita/scripts/__init__.py
pelita/scripts/pelita_createlayout.py
pelita/scripts/pelita_main.py
pelita/scripts/pelita_player.py
pelita/scripts/pelita_tkviewer.py
pelita/scripts/pelita_tournament.py
pelita/scripts/script_utils.py
pelita/tournament/__init__.py
pelita/tournament/knockout_mode.py
pelita/tournament/roundrobin.py
pelita/ui/__init__.py
pelita/ui/tk_canvas.py
pelita/ui/tk_sprites.py
pelita/ui/tk_utils.py
pelita/ui/tk_viewer.py
test/demo01_stopping.py
test/demo02_random.py
test/test_filter_gamestates.py
test/test_game.py
test/test_game_master.py
test/test_layout.layout
test/test_layout.py
test/test_libpelita.py
test/test_maze_generation.py
test/test_network.py
test/test_pelita_player.py
test/test_player_base.py
test/test_players.py
test/test_remote_game.py
test/test_team.py
test/test_tournament.py
test/test_utils.py