Update README.md
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user