Skip to content

ruzhila/tetris-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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