https://github.com/ruzhila/tetris-py
A tetris game using tkinter, 100 lines python code
https://github.com/ruzhila/tetris-py
100-line-code campus-project learning-by-doing python-game tkinter tkinter-python
Last synced: about 1 month ago
JSON representation
A tetris game using tkinter, 100 lines python code
- Host: GitHub
- URL: https://github.com/ruzhila/tetris-py
- Owner: ruzhila
- License: bsd-3-clause
- Created: 2024-04-28T08:48:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T11:08:35.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:51:37.714Z (over 1 year ago)
- Topics: 100-line-code, campus-project, learning-by-doing, python-game, tkinter, tkinter-python
- Language: Java
- Homepage: https://ruzhila.cn/blog?from=github_tetris_py
- Size: 181 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A tetris game using tkinter/awt, 100 lines python/java code
By [ruzhila.cn](http://ruzhila.cn/?from=github_tetris), 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 Python/Java write game. Pull requests are welcome. 👏
## Python version
```bash
python3 tetris.py
```

## Java version
```bash
javac Tetris.java
java Tetris
```