2020PúblicoPersonal project
Tetris - Because sometimes you just build the thing
A Tetris clone built for fun and to exercise game-loop fundamentals in React. No framework, no clever tricks - just the classic.

The reason
No client. No deadline. Just the itch to build Tetris from scratch and see what React feels like as a game loop.
What it taught me
How awkward React is for imperative tick-based logic, and how much cleaner the same loop looks in an engine like Godot - which I'd rediscover years later.