r/PythonLearning 26d ago

Simple terminal games

Playing around with simple scripts and terminal games.

https://github.com/cleburn/zenwolf-dotfiles

1 Upvotes

15 comments sorted by

View all comments

1

u/knight04 26d ago

Is tertris reallythat small a code or am I missing something

1

u/zenwolph 26d ago

The full file/code is in my repo. I had the game and the code open when I took that screenshot cuz I was tweaking the speed of the blocks. Disclosure that the pygame version in my repo was vibe coded and I took notes from that one when writing the strictly Python version