Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ufrshubham/spacescape
A 2D top-down space shooter made using Flutter and Flame engine.
https://github.com/ufrshubham/spacescape
2d-game 2d-top dart flame flame-engine flame-game flutter flutter-game game space-shooter spacescape spaceshoorter top-down-game
Last synced: 6 days ago
JSON representation
A 2D top-down space shooter made using Flutter and Flame engine.
- Host: GitHub
- URL: https://github.com/ufrshubham/spacescape
- Owner: ufrshubham
- License: mit
- Created: 2021-03-19T17:40:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T06:31:35.000Z (12 months ago)
- Last Synced: 2024-10-19T00:36:12.550Z (19 days ago)
- Topics: 2d-game, 2d-top, dart, flame, flame-engine, flame-game, flutter, flutter-game, game, space-shooter, spacescape, spaceshoorter, top-down-game
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=com.nobs.spacescape
- Size: 398 KB
- Stars: 116
- Watchers: 6
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flame - Spacescape - A 2D top-down space shooter made using Flutter and Flame engine. Get it on [Play Store](https://play.google.com/store/apps/details?id=com.nobs.spacescape). By [DevKage][1]. (Projects / Open Source)
README
🚧 Spacescape 🚀 Under construction... 🚧
About |
Features |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About ##
Spacescape is a 2D top-down space shooter written in dart using Flutter and the awesome Flame engine.
## :sparkles: Features ##
:heavy_check_mark: It works! 😅
## :rocket: Technologies ##
The following tools were used in this project:
- [Dart](https://dart.dev/)
- [Flutter](https://flutter.dev/)
- [Flame Engine](https://flame-engine.org/)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Flutter](https://flutter.dev/) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/ufrshubham/spacescape# Access
$ cd spacescape# Install dependencies
$ flutter pub get# Run the project
$ flutter run# The server will run the game on any connect and supported device.
```## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.
Made with :brain: by Ryuzaki