Skip to content

4513ECHO/tkinter-bounce-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tkinter-bounce-game

PyPI

Simple bounce game with Python and tkinter

Usage

python -m tkinter_bounce_game

Press <Space> to start and press <Left>/<Right> to move paddle.

Installation

tkinter-bounce-game requires Python 3.11 or later with tkinter module.

pip install tkinter-bounce-game