Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gingeleski/pyong
Paddle ball game with Python and Tkinter.
https://github.com/gingeleski/pyong
game pong-game
Last synced: about 1 month ago
JSON representation
Paddle ball game with Python and Tkinter.
- Host: GitHub
- URL: https://github.com/gingeleski/pyong
- Owner: gingeleski
- Created: 2016-02-19T23:12:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T20:25:50.000Z (almost 9 years ago)
- Last Synced: 2024-03-15T23:10:54.889Z (9 months ago)
- Topics: game, pong-game
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pyong
A simple "paddle and ball" game in the spirit of pong. Written in Python with a Tkinter GUI.
Target runtime is Python 3 or later, to play just execute your system's call.
i.e. `python game.py` or `python3 game.py`
Premise of the game is to bounce the ball off the wall (top of canvas) with your paddle. Don't mess up.
![Game screenshot](https://raw.githubusercontent.com/gingeleski/pyong/master/screenshot.png)
## Credits
Project began with Alejandro Rodas de Paz's Python Game Programming By Example.