No description
Find a file
2026-06-12 13:31:54 +02:00
.gitignore patch: update .gitignore 2026-06-12 13:31:54 +02:00
main.py Initial Commit 2026-06-12 13:15:26 +02:00
pyproject.toml Initial Commit 2026-06-12 13:15:26 +02:00
README.md Initial Commit 2026-06-12 13:15:26 +02:00
uv.lock Initial Commit 2026-06-12 13:15:26 +02:00

Geometry Dash Klon (Pygame)

Ein endloses, Scrolling-Plattformspiel, das in Python mit der Pygame-Bibliothek erstellt wurde. Das Spiel ist inspiriert vom Originaltitel Geometry Dash.

Voraussetzungen

  • Python 3.8 oder höher
  • Pygame

Installation & Start

  1. Klone oder lade das Projekt herunter.
  2. Installiere Pygame (falls nicht bereits vorhanden):
    pip install pygame
    
  3. Starte das Spiel:
    python main.py