An Asteroids game built with Flutter. Blast your way through a field of asteroids, avoid collisions, and shoot lasers to survive. Have fun playing!
- Simple and addictive gameplay.
- Dynamic asteroid generation.
- Ship with thrust and shooting capabilities.
- Smooth animations and controls.
To run the game, follow these steps:
-
Clone this repository:
git clone https://github.com/your-username/flutter-asteroids.git
-
Navigate to the project directory:
cd flutter-asteroids
-
Run the app:
flutter run
- Left Arrow: Rotate ship left.
- Right Arrow: Rotate ship right.
- Up Arrow: Thrust ship forward.
- Spacebar: Shoot lasers.
Contributions are welcome! Please feel free to submit a Pull Request.
This project was inspired by the Asteroids game developed by Atari in 1979.
Special thanks to The Coding Train for the Asteroids Coding Challenge.
This project is licensed under the MIT License - see the LICENSE file for details.