/tetris-py

A tetris game using tkinter, 100 lines python code

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

A tetris game using tkinter/awt, 100 lines python/java code

By ruzhila.cn, a campus for learning backend development through practice.

🚀 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

python3 tetris.py

Java version

javac Tetris.java
java Tetris