spacescape

A 2D top-down space shooter made using Flutter and Flame engine.

MIT License

Stars
117
Committers
5

 

🎯 About

Spacescape is a 2D top-down space shooter written in dart using Flutter and the awesome Flame engine.

✨ Features

✔️ It works! 😅

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Flutter installed.

🏁 Starting

# 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.

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with 🧠 by Ryuzaki

 

Back to top