https://github.com/ruzhila/breakout-py
A breakout game using tkinter, 100 lines python code
https://github.com/ruzhila/breakout-py
100-line-code campus-project learning-by-doing python-game
Last synced: 8 months ago
JSON representation
A breakout game using tkinter, 100 lines python code
- Host: GitHub
- URL: https://github.com/ruzhila/breakout-py
- Owner: ruzhila
- License: bsd-3-clause
- Created: 2024-05-04T09:34:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:38:13.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:51:38.760Z (over 1 year ago)
- Topics: 100-line-code, campus-project, learning-by-doing, python-game
- Language: Python
- Homepage: https://ruzhila.cn/?from=github_breakout_py
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A breakout game with 100 lines of code, 100 lines python code
By [ruzhila.cn](http://ruzhila.cn/?from=github_breakout), a campus for learning backend development through practice.
### 🚀 [100-line-code](https://github.com/ruzhila/100-line-code) A collection of learning projects written in 100 lines of code
This is a tutorial code demonstrating how to use Javascript write game. Pull requests are welcome. 👏
## Usage
```shell
python3 breakout.py
```