From e10e0ea12e02e06180f3300c9df7a80e525dad46 Mon Sep 17 00:00:00 2001 From: ScriptSorcerer20 Date: Wed, 23 Oct 2024 20:49:22 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 873d891..e70bf8d 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,14 @@ The idea hit me like a falling tetromino, and I realized immediately it was the This isn't just about coding; it's about building something I love from the ground up. And honestly? Writing this intro was almost as fun as watching the pieces fall into place! **May my Journey begin** +## Struktur + +Tetris/ +│ +├── tetris.py # Hauptskript für das Spiel +├── tetrominos.py # Tetromino-Klassen und Logik +├── game_manager.py # Spiellogik (Grid, Zeilen löschen, Spielstatus) +├── settings.py # Einstellungen (Farben, Größe, Geschwindigkeit) +├── assets/ # Ordner für Assets wie Bilder, Sounds (falls verwendet) +│ └── sounds/ +└── README.md # Projektbeschreibung (optional)