README.md
setup.py
cpgames/__init__.py
cpgames/cpgames.py
cpgames.egg-info/PKG-INFO
cpgames.egg-info/SOURCES.txt
cpgames.egg-info/dependency_links.txt
cpgames.egg-info/requires.txt
cpgames.egg-info/top_level.txt
cpgames.egg-info/zip-safe
cpgames/modules/__init__.py
cpgames/modules/components/__init__.py
cpgames/modules/core/__init__.py
cpgames/modules/core/aircraftwar/__init__.py
cpgames/modules/core/aircraftwar/aircraftwar.py
cpgames/modules/core/aircraftwar/modules/__init__.py
cpgames/modules/core/aircraftwar/modules/interfaces.py
cpgames/modules/core/aircraftwar/modules/sprites.py
cpgames/modules/core/alieninvasion/__init__.py
cpgames/modules/core/alieninvasion/alieninvasion.py
cpgames/modules/core/alieninvasion/modules/__init__.py
cpgames/modules/core/alieninvasion/modules/sprites.py
cpgames/modules/core/alieninvasion/modules/utils.py
cpgames/modules/core/angrybirds/__init__.py
cpgames/modules/core/angrybirds/angrybirds.py
cpgames/modules/core/angrybirds/modules/__init__.py
cpgames/modules/core/angrybirds/modules/gamelevels.py
cpgames/modules/core/angrybirds/modules/misc.py
cpgames/modules/core/angrybirds/modules/sprites.py
cpgames/modules/core/base/__init__.py
cpgames/modules/core/base/basegame.py
cpgames/modules/core/bomberman/__init__.py
cpgames/modules/core/bomberman/bomberman.py
cpgames/modules/core/bomberman/modules/__init__.py
cpgames/modules/core/bomberman/modules/map.py
cpgames/modules/core/bomberman/modules/misc.py
cpgames/modules/core/bomberman/modules/sprites.py
cpgames/modules/core/breakoutclone/__init__.py
cpgames/modules/core/breakoutclone/breakoutclone.py
cpgames/modules/core/breakoutclone/modules/__init__.py
cpgames/modules/core/breakoutclone/modules/sprites.py
cpgames/modules/core/breakoutclone/modules/utils.py
cpgames/modules/core/bunnybadger/__init__.py
cpgames/modules/core/bunnybadger/bunnybadger.py
cpgames/modules/core/bunnybadger/modules/__init__.py
cpgames/modules/core/bunnybadger/modules/interfaces.py
cpgames/modules/core/bunnybadger/modules/sprites.py
cpgames/modules/core/catchcoins/__init__.py
cpgames/modules/core/catchcoins/catchcoins.py
cpgames/modules/core/catchcoins/modules/__init__.py
cpgames/modules/core/catchcoins/modules/endinterface.py
cpgames/modules/core/catchcoins/modules/food.py
cpgames/modules/core/catchcoins/modules/hero.py
cpgames/modules/core/flappybird/__init__.py
cpgames/modules/core/flappybird/flappybird.py
cpgames/modules/core/flappybird/modules/__init__.py
cpgames/modules/core/flappybird/modules/interfaces/__init__.py
cpgames/modules/core/flappybird/modules/interfaces/endinterface.py
cpgames/modules/core/flappybird/modules/interfaces/startinterface.py
cpgames/modules/core/flappybird/modules/sprites/__init__.py
cpgames/modules/core/flappybird/modules/sprites/bird.py
cpgames/modules/core/flappybird/modules/sprites/pipe.py
cpgames/modules/core/flipcardbymemory/__init__.py
cpgames/modules/core/flipcardbymemory/flipcardbymemory.py
cpgames/modules/core/gemgem/__init__.py
cpgames/modules/core/gemgem/gemgem.py
cpgames/modules/core/gemgem/modules/__init__.py
cpgames/modules/core/gemgem/modules/game.py
cpgames/modules/core/gobang/__init__.py
cpgames/modules/core/gobang/gobang.py
cpgames/modules/core/gobang/modules/__init__.py
cpgames/modules/core/gobang/modules/ai/__init__.py
cpgames/modules/core/gobang/modules/ai/aigobang.py
cpgames/modules/core/gobang/modules/ai/playwithai.py
cpgames/modules/core/gobang/modules/misc/__init__.py
cpgames/modules/core/gobang/modules/misc/buttons.py
cpgames/modules/core/gobang/modules/misc/chessman.py
cpgames/modules/core/gobang/modules/misc/utils.py
cpgames/modules/core/gobang/modules/online/__init__.py
cpgames/modules/core/gobang/modules/online/client.py
cpgames/modules/core/gobang/modules/online/playonline.py
cpgames/modules/core/gobang/modules/online/server.py
cpgames/modules/core/greedysnake/__init__.py
cpgames/modules/core/greedysnake/greedysnake.py
cpgames/modules/core/greedysnake/modules/__init__.py
cpgames/modules/core/greedysnake/modules/endinterface.py
cpgames/modules/core/greedysnake/modules/food.py
cpgames/modules/core/greedysnake/modules/snake.py
cpgames/modules/core/greedysnake/modules/utils.py
cpgames/modules/core/maze/__init__.py
cpgames/modules/core/maze/maze.py
cpgames/modules/core/maze/modules/__init__.py
cpgames/modules/core/maze/modules/game.py
cpgames/modules/core/maze/modules/misc.py
cpgames/modules/core/maze/modules/sprites.py
cpgames/modules/core/minesweeper/__init__.py
cpgames/modules/core/minesweeper/minesweeper.py
cpgames/modules/core/minesweeper/modules/__init__.py
cpgames/modules/core/minesweeper/modules/emojibutton.py
cpgames/modules/core/minesweeper/modules/gamemap.py
cpgames/modules/core/minesweeper/modules/mine.py
cpgames/modules/core/minesweeper/modules/text.py
cpgames/modules/core/pacman/__init__.py
cpgames/modules/core/pacman/pacman.py
cpgames/modules/core/pacman/modules/__init__.py
cpgames/modules/core/pacman/modules/levels.py
cpgames/modules/core/pacman/modules/sprites.py
cpgames/modules/core/pingpong/__init__.py
cpgames/modules/core/pingpong/pingpong.py
cpgames/modules/core/pingpong/modules/__init__.py
cpgames/modules/core/pingpong/modules/sprites.py
cpgames/modules/core/pingpong/modules/utils.py
cpgames/modules/core/puzzlepieces/__init__.py
cpgames/modules/core/puzzlepieces/puzzlepieces.py
cpgames/modules/core/ski/__init__.py
cpgames/modules/core/ski/ski.py
cpgames/modules/core/sokoban/__init__.py
cpgames/modules/core/sokoban/sokoban.py
cpgames/modules/core/sokoban/modules/__init__.py
cpgames/modules/core/sokoban/modules/interfaces.py
cpgames/modules/core/sokoban/modules/sprites.py
cpgames/modules/core/tankwar/__init__.py
cpgames/modules/core/tankwar/tankwar.py
cpgames/modules/core/tankwar/modules/__init__.py
cpgames/modules/core/tankwar/modules/gamelevel.py
cpgames/modules/core/tankwar/modules/interfaces/__init__.py
cpgames/modules/core/tankwar/modules/interfaces/endinterface.py
cpgames/modules/core/tankwar/modules/interfaces/startinterface.py
cpgames/modules/core/tankwar/modules/interfaces/switchinterface.py
cpgames/modules/core/tankwar/modules/sprites/__init__.py
cpgames/modules/core/tankwar/modules/sprites/bullet.py
cpgames/modules/core/tankwar/modules/sprites/foods.py
cpgames/modules/core/tankwar/modules/sprites/home.py
cpgames/modules/core/tankwar/modules/sprites/scenes.py
cpgames/modules/core/tankwar/modules/sprites/tanks.py
cpgames/modules/core/tetris/__init__.py
cpgames/modules/core/tetris/tetris.py
cpgames/modules/core/tetris/modules/__init__.py
cpgames/modules/core/tetris/modules/gameboard.py
cpgames/modules/core/tetris/modules/misc.py
cpgames/modules/core/tetris/modules/shapes.py
cpgames/modules/core/towerdefense/__init__.py
cpgames/modules/core/towerdefense/towerdefense.py
cpgames/modules/core/towerdefense/modules/__init__.py
cpgames/modules/core/towerdefense/modules/interfaces/__init__.py
cpgames/modules/core/towerdefense/modules/interfaces/choice.py
cpgames/modules/core/towerdefense/modules/interfaces/end.py
cpgames/modules/core/towerdefense/modules/interfaces/gaming.py
cpgames/modules/core/towerdefense/modules/interfaces/pause.py
cpgames/modules/core/towerdefense/modules/interfaces/start.py
cpgames/modules/core/towerdefense/modules/sprites/__init__.py
cpgames/modules/core/towerdefense/modules/sprites/arrow.py
cpgames/modules/core/towerdefense/modules/sprites/enemy.py
cpgames/modules/core/towerdefense/modules/sprites/turret.py
cpgames/modules/core/trexrush/__init__.py
cpgames/modules/core/trexrush/trexrush.py
cpgames/modules/core/trexrush/modules/__init__.py
cpgames/modules/core/trexrush/modules/interfaces/__init__.py
cpgames/modules/core/trexrush/modules/interfaces/endinterface.py
cpgames/modules/core/trexrush/modules/interfaces/startinterface.py
cpgames/modules/core/trexrush/modules/sprites/__init__.py
cpgames/modules/core/trexrush/modules/sprites/dinosaur.py
cpgames/modules/core/trexrush/modules/sprites/obstacle.py
cpgames/modules/core/trexrush/modules/sprites/scene.py
cpgames/modules/core/twentyfourpoint/__init__.py
cpgames/modules/core/twentyfourpoint/twentyfourpoint.py
cpgames/modules/core/twentyfourpoint/modules/__init__.py
cpgames/modules/core/twentyfourpoint/modules/game.py
cpgames/modules/core/twozerofoureight/__init__.py
cpgames/modules/core/twozerofoureight/twozerofoureight.py
cpgames/modules/core/twozerofoureight/modules/__init__.py
cpgames/modules/core/twozerofoureight/modules/endinterface.py
cpgames/modules/core/twozerofoureight/modules/game2048.py
cpgames/modules/core/twozerofoureight/modules/utils.py
cpgames/modules/core/voicecontrolpikachu/__init__.py
cpgames/modules/core/voicecontrolpikachu/voicecontrolpikachu.py
cpgames/modules/core/voicecontrolpikachu/modules/__init__.py
cpgames/modules/core/voicecontrolpikachu/modules/block.py
cpgames/modules/core/voicecontrolpikachu/modules/pikachu.py
cpgames/modules/core/whacamole/__init__.py
cpgames/modules/core/whacamole/whacamole.py
cpgames/modules/core/whacamole/modules/__init__.py
cpgames/modules/core/whacamole/modules/interfaces/__init__.py
cpgames/modules/core/whacamole/modules/interfaces/endinterface.py
cpgames/modules/core/whacamole/modules/interfaces/startinterface.py
cpgames/modules/core/whacamole/modules/sprites/__init__.py
cpgames/modules/core/whacamole/modules/sprites/hammer.py
cpgames/modules/core/whacamole/modules/sprites/mole.py
cpgames/modules/utils/__init__.py
cpgames/modules/utils/initialize.py
cpgames/modules/utils/io.py
cpgames/modules/utils/misc.py