Home

Awesome

<div align="center" id="top"> <img src="./.github/spacescape_logo.png" alt="Spacescape" />

Ā 

<!-- <a href="https://spacescape.netlify.app">Demo</a> --> </div> <!-- <h1 align="center">Spacescape</h1> --> <p align="center"> <img alt="Github top language" src="https://img.shields.io/github/languages/top/ufrshubham/spacescape?color=56BEB8"> <img alt="Github language count" src="https://img.shields.io/github/languages/count/ufrshubham/spacescape?color=56BEB8"> <img alt="Repository size" src="https://img.shields.io/github/repo-size/ufrshubham/spacescape?color=56BEB8"> <img alt="License" src="https://img.shields.io/github/license/ufrshubham/spacescape?color=56BEB8"> <img alt="Github issues" src="https://img.shields.io/github/issues/ufrshubham/spacescape?color=56BEB8" /> <img alt="Github forks" src="https://img.shields.io/github/forks/ufrshubham/spacescape?color=56BEB8" /> <img alt="Github stars" src="https://img.shields.io/github/stars/ufrshubham/spacescape?color=56BEB8" /> </p> <!-- Status --> <h4 align="center"> šŸš§ Spacescape šŸš€ Under construction... šŸš§ </h4> <hr> <p align="center"> <a href="#dart-about">About</a> &#xa0; | &#xa0; <a href="#sparkles-features">Features</a> &#xa0; | &#xa0; <a href="#rocket-technologies">Technologies</a> &#xa0; | &#xa0; <a href="#white_check_mark-requirements">Requirements</a> &#xa0; | &#xa0; <a href="#checkered_flag-starting">Starting</a> &#xa0; | &#xa0; <a href="#memo-license">License</a> &#xa0; | &#xa0; <a href="https://github.com/ufrshubham" target="_blank">Author</a> </p> <br>

: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:

:white_check_mark: Requirements

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

:checkered_flag: 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.

:memo: License

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

Made with :brain: by <a href="https://github.com/ufrshubham" target="_blank">Ryuzaki</a>

Ā 

<a href="#top">Back to top</a>