Awesome
<div align="center" id="top"> <img src="./assets/images/DinoSprites_tard.gif" alt="Dino Run" width=64 height=64/>Ā
<!-- <a href="https://dino_run.netlify.app">Demo</a> --> </div> <h1 align="center">Dino Run</h1> <p align="center"> <img alt="Github top language" src="https://img.shields.io/github/languages/top/ufrshubham/dino_run?color=7745b7"> <img alt="Github language count" src="https://img.shields.io/github/languages/count/ufrshubham/dino_run?color=7745b7"> <img alt="Repository size" src="https://img.shields.io/github/repo-size/ufrshubham/dino_run?color=7745b7"> <img alt="License" src="https://img.shields.io/github/license/ufrshubham/dino_run?color=7745b7"> <img alt="Github issues" src="https://img.shields.io/github/issues/ufrshubham/dino_run?color=7745b7" /> <img alt="Github forks" src="https://img.shields.io/github/forks/ufrshubham/dino_run?color=7745b7" /> <img alt="Github stars" src="https://img.shields.io/github/stars/ufrshubham/dino_run?color=7745b7" /> </p> <!-- Status --> <h4 align="center"> š§ Dino_run š Under construction... š§ </h4> <hr> <p align="center"> <a href="#dart-about">About</a>   |   <a href="#rocket-technologies">Technologies</a>   |   <a href="#white_check_mark-requirements">Requirements</a>   |   <a href="#checkered_flag-starting">Starting</a>   |   <a href="#memo-license">License</a>   |   <a href="https://github.com/ufrshubham" target="_blank">Author</a> </p> <br>:dart: About
Dino Run is a 2D infinite side scroller mobile game made in Flutter. This game is made using flame package, an awesome 2D game engine for flutter.
: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/dino_run
# Access
$ cd dino_run
# Install dependencies
$ flutter pub get
# Run the project (Make sure that a virtual or physical device is connected first)
$ flutter run
# The will start the game on any connected device.
:memo: License
Assets provided in this repo are not owned by my. For more details about their origin and authors, check assets/images/readme.md and assets/audio/readme.md
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">Ryuzki</a>
Ā
<a href="#top">Back to top</a>