Update README.md

This commit is contained in:
2024-10-23 20:49:22 +02:00
committed by GitHub
parent 034594430e
commit e10e0ea12e
+11
View File
@@ -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! 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** **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)