├── README.md ├── brickout-game ├── README.md ├── classDiagram.png └── game.py ├── lunarlander.py ├── lunarlander ├── lander.ai ├── lander.jpg └── lander_flame.jpg ├── snake.py └── snake2.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/README.md -------------------------------------------------------------------------------- /brickout-game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/brickout-game/README.md -------------------------------------------------------------------------------- /brickout-game/classDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/brickout-game/classDiagram.png -------------------------------------------------------------------------------- /brickout-game/game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/brickout-game/game.py -------------------------------------------------------------------------------- /lunarlander.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/lunarlander.py -------------------------------------------------------------------------------- /lunarlander/lander.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/lunarlander/lander.ai -------------------------------------------------------------------------------- /lunarlander/lander.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/lunarlander/lander.jpg -------------------------------------------------------------------------------- /lunarlander/lander_flame.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/lunarlander/lander_flame.jpg -------------------------------------------------------------------------------- /snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/snake.py -------------------------------------------------------------------------------- /snake2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ternus/pygame-examples/HEAD/snake2.py --------------------------------------------------------------------------------