Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamed-rezaee/flutter_asteroids
An Asteroids game built with Flutter.
https://github.com/hamed-rezaee/flutter_asteroids
2d-game custom-painter flutter
Last synced: about 1 month ago
JSON representation
An Asteroids game built with Flutter.
- Host: GitHub
- URL: https://github.com/hamed-rezaee/flutter_asteroids
- Owner: hamed-rezaee
- License: mit
- Created: 2023-09-03T01:37:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-17T13:11:23.000Z (over 1 year ago)
- Last Synced: 2023-11-04T02:29:14.510Z (over 1 year ago)
- Topics: 2d-game, custom-painter, flutter
- Language: C++
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](flutter_asteroids.gif)
## 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:
```bash
git clone https://github.com/your-username/flutter-asteroids.git
```2. Navigate to the project directory:
```bash
cd flutter-asteroids
```3. Run the app:
```bash
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](https://www.youtube.com/@TheCodingTrain/featured) for the [Asteroids Coding Challenge](https://www.youtube.com/watch?v=hacZU523FyM).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.