README.md

March 22, 2021 ยท View on GitHub

Spacescape

ย 

Github top language Github language count Repository size License Github issues Github forks Github stars

๐Ÿšง 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:

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

ย 

Back to top