Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.33 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.33 KB

Flutter Asteroids Game

An Asteroids game built with Flutter. Blast your way through a field of asteroids, avoid collisions, and shoot lasers to survive. Have fun playing!

Game Screenshot

Features

  • Simple and addictive gameplay.
  • Dynamic asteroid generation.
  • Ship with thrust and shooting capabilities.
  • Smooth animations and controls.

Getting Started

To run the game, follow these steps:

  1. Clone this repository:

    git clone https://github.com/your-username/flutter-asteroids.git
  2. Navigate to the project directory:

    cd flutter-asteroids
  3. Run the app:

     flutter run

Gameplay Controls

  • Left Arrow: Rotate ship left.
  • Right Arrow: Rotate ship right.
  • Up Arrow: Thrust ship forward.
  • Spacebar: Shoot lasers.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Credits

This project was inspired by the Asteroids game developed by Atari in 1979.

Special thanks to The Coding Train for the Asteroids Coding Challenge.

License

This project is licensed under the MIT License - see the LICENSE file for details.