Projects

Projects I’m Cooking

teeny_tiny_games - Terminal Game Collection

Forced myself to write silly TUI games in Python. Here’s what I’ve built so far:

Board games:

Arcade games:

Simple games:

In progress:

Trying to refactor all the games above into a unified library architecture. The goal is to extract the repetitive boilerplate (game loops, grid rendering, input validation, player switching) into reusable base classes.

Here’s the repo if you’re curious: https://github.com/craftsoldier/teeny_tiny_games