Öffentliches Repo für mein Spiel "Lights Out" bis die Schule etwas anbietet.
- Python 100%
| .github | ||
| .idea | ||
| assets | ||
| AGENTS.md | ||
| assets.py | ||
| cursor_manager.py | ||
| directions.py | ||
| enemies.py | ||
| font.py | ||
| game.py | ||
| main.py | ||
| main_menu.py | ||
| projectiles.py | ||
| pyproject.toml | ||
| README.md | ||
| sound_manager.py | ||
| Spiel.md | ||
| spritesheet.py | ||
| utils.py | ||
Lights Out (Pygame Projekt KEL)
Ein 2D-Raster-basiertes Spiel, entwickelt mit Python und Pygame.
Installation
Stelle sicher, dass Python 3.13+ installiert ist.
pip install pygame
Spiel starten
Um das Spiel zu starten:
python main.py
Debug-Modus
Um Rasterkoordinaten über Entitäten anzuzeigen:
python main.py --debug
Steuerung
- Maus: Menüs navigieren und mit dem Raster interagieren.