tinybox

Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/tinybox.git

Update README.md

Commit e75f2f35c575a9a5cfaa12a7dbf7b3ff9ba93190 by Sebastian <102849993+nyangkosense@users.noreply.github.com> on 2025-09-04 09:07:05 +0200
diff --git a/README.md b/README.md
index 847e74d..04bbbca 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,15 @@ I needed a simple way to build terminal interfaces in Go. Everything out there w
 
 So I wrote Tinybox. It's one Go file, about 1000 lines. You can read the whole thing in an afternoon. Copy it into your project and modify it however you want. No dependencies, no build systems, no package managers.
 
-<img width="1536" height="432" alt="tinyboxsys" src="https://github.com/user-attachments/assets/ae4ade4c-6bec-41a3-b70a-cda44332c1fa" />
-
-<img width="1530" height="478" alt="tetris" src="https://github.com/user-attachments/assets/4c103c15-2b1d-4466-a22d-69de34bb804e" />
+<div align="center">
+<table>
+<tr>
+<td><a href="https://github.com/user-attachments/assets/ae4ade4c-6bec-41a3-b70a-cda44332c1fa"><img width="300" alt="System Monitor" src="https://github.com/user-attachments/assets/ae4ade4c-6bec-41a3-b70a-cda44332c1fa" /></a></td>
+<td><a href="https://github.com/user-attachments/assets/a7d4efb5-66b1-47e6-adc8-46b38fd8feb0"><img width="300" alt="Boxes Demo" src="https://github.com/user-attachments/assets/a7d4efb5-66b1-47e6-adc8-46b38fd8feb0" /></a></td>
+<td><a href="https://github.com/user-attachments/assets/63a2315f-9980-4799-8835-0d75a2e9de47"><img width="300" alt="Tetris Game" src="https://github.com/user-attachments/assets/63a2315f-9980-4799-8835-0d75a2e9de47" /></a></td>
+</tr>
+</table>
+</div>
 
 
 ## What It Does