A simple ping pong game made with Flame and Flutter.
- Clone the repository with
git clone https://github.com/wonderkidshihab/pong
. - Open the project in your favorite editor.
- Get the dependencies with
flutter pub get
. - Run the project with
flutter run
.