Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm authored Apr 13, 2020
1 parent 1cd1eaa commit d36b836
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,29 @@
[![Flutter CI](https://github.com/lucasnlm/snaake-flutter/workflows/Flutter%20CI/badge.svg)](https://github.com/lucasnlm/snaake-flutter/actions?query=workflow%3A%22Flutter+CI%22) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![GitHub release](https://img.shields.io/github/release/lucasnlm/snaake-flutter.svg?maxAge=60)](https://github.com/lucasnlm/snaake-flutter/releases) [![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://github.com/tenhobi/effective_dart) [![Powered by Flame](https://img.shields.io/badge/Powered%20by-%F0%9F%94%A5-orange.svg)](https://flame-engine.org)

Snaake is a small and very simple clone of the classic snake game from Nokia phones.

## Description

The objective is very simple: eat the colorful dots to make the snake longer and to avoid biting itself or hit the wall.

Controls:
- Swipe your finger horizontally to turn left/right.
- Swipe your finger vertically to turn up/down.

## Screenshots

<p align="center">
<img src="https://raw.githubusercontent.com/lucasnlm/snaake-flutter/master/fastlane/metadata/android/en-US/phoneScreenshots/1.png" width="275px"/>
<img src="https://raw.githubusercontent.com/lucasnlm/snaake-flutter/master/fastlane/metadata/android/en-US/phoneScreenshots/2.png" width="275px"/>
<img src="https://raw.githubusercontent.com/lucasnlm/snaake-flutter/master/fastlane/metadata/android/en-US/phoneScreenshots/3.png" width="275px"/>
</p>

## Contributing

Feel free to contribute with pull requests.

## Technical Details

- [Flutter SDK](https://flutter.dev/)
- [BLoC](https://pub.dev/packages/bloc)
- [Flame](https://pub.dev/packages/flame)

0 comments on commit d36b836

Please sign in to comment.