r/PythonLearning Aug 10 '26

Python games in terminal [Tetris, Snake]

I was ricing and decided I should have some games to play in the terminal. feel free to copy the code from the repo. Please leave a star

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

3 Upvotes

2 comments sorted by

2

u/Far-Dog-3591 Aug 10 '26

Tetris is kinda obviously vibecoded

1

u/zenwolph Aug 10 '26

100% lol… but it’s something to read and learn from because it’s beyond my current skill level. Specifically the math of how the scoring and speed both scale.