An open API service indexing awesome lists of open source software.

https://github.com/ahmedgulabkhan/snakegameflutter

SnakeGameFlutter is a recreation of the famous Snake Game that was present in Nokia mobiles. Created this game using Flutter.
https://github.com/ahmedgulabkhan/snakegameflutter

flutter flutter-app flutter-dev flutter-developer flutter-game flutter-ui snake-game snake-game-flutter

Last synced: 15 days ago
JSON representation

SnakeGameFlutter is a recreation of the famous Snake Game that was present in Nokia mobiles. Created this game using Flutter.

Awesome Lists containing this project

README

        

# SnakeGameFlutter ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/SnakeGameFlutter?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/SnakeGameFlutter?style=social)
![GitHub pull requests](https://img.shields.io/github/issues-pr/ahmedgulabkhan/SnakeGameFlutter) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/ahmedgulabkhan/SnakeGameFlutter) ![GitHub issues](https://img.shields.io/github/issues-raw/ahmedgulabkhan/SnakeGameFlutter) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ahmedgulabkhan/SnakeGameFlutter) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Star ⭐ the repo if you like what you see 😉.

## 🛈 About
SnakeGameFlutter is a recreation of the famous Snake Game that was present in Nokia mobiles. Created this game using Flutter.

## 📸 Snapshots

HomePage | GamePage | GameOverPage
:-------------------------:|:-------------------------:|:-------------------------:
![](/snapshots/snapshot1.jpeg)|![](/snapshots/snapshot2.jpeg)|![](/snapshots/snapshot3.jpeg)|

## 💻 Configuration Steps
1. Cloning the repository:

```
$ git clone https://github.com/ahmedgulabkhan/SnakeGameFlutter.git
```

2. Open the project:

`$ cd SnakeGameFlutter`

3. Now run the app on your connected device (using terminal):

`$ flutter run`

## 🤓 Author(s)
**Ahmed Gulab Khan** [Profile](https://github.com/ahmedgulabkhan)

## 🔖 License
```
MIT License

Copyright (c) 2020 Ahmed Gulab Khan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```