Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.