CPD/Pong
Benjamin Löffler 54bf6cd5d9 Update Pong/lib/main.dart 2024-01-10 14:49:33 +01:00
..
android test 2023-11-21 15:53:43 +01:00
ios test 2023-11-21 15:53:43 +01:00
lib Update Pong/lib/main.dart 2024-01-10 14:49:33 +01:00
linux test 2023-11-21 15:53:43 +01:00
macos test 2023-11-21 15:53:43 +01:00
test pong minimal 2023-11-21 23:41:52 +01:00
web test 2023-11-21 15:53:43 +01:00
windows test 2023-11-21 15:53:43 +01:00
.gitignore test 2023-11-21 15:53:43 +01:00
.metadata test 2023-11-21 15:53:43 +01:00
README.md pong minimal 2023-11-21 23:41:52 +01:00
analysis_options.yaml test 2023-11-21 15:53:43 +01:00
pubspec.lock test 2023-11-21 15:53:43 +01:00
pubspec.yaml pong minimal 2023-11-21 23:41:52 +01:00

README.md

pong

Pong Flutter project.

  • Ein einfaches Pong Spiel.

  • Nur Einzelspieler.

  • Score wird am Ende der Partie angezeigt.

  • Spiel kann pausiert werden.

  • Aktueller Score wird während der Pause angezeigt.

Geplante Business Logik:

  • Selbstständige Bewegung des Balls
  • Einen Punktestand-Zähler
  • Button um das Spiel zu pausieren