Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasnlm/snaake-flutter
Snaake is a small and very simple clone of the classic snake game from Nokia phones.
https://github.com/lucasnlm/snaake-flutter
bloc flame-engine flutter flutter-apps hacktoberfest snake-game
Last synced: 1 day ago
JSON representation
Snaake is a small and very simple clone of the classic snake game from Nokia phones.
- Host: GitHub
- URL: https://github.com/lucasnlm/snaake-flutter
- Owner: lucasnlm
- License: gpl-3.0
- Created: 2020-04-09T20:39:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T12:29:54.000Z (about 4 years ago)
- Last Synced: 2024-11-02T15:37:18.834Z (6 days ago)
- Topics: bloc, flame-engine, flutter, flutter-apps, hacktoberfest, snake-game
- Language: Dart
- Homepage:
- Size: 228 KB
- Stars: 76
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flame - Snaake! - A simple casual snake game. By [lucasnlm](https://github.com/lucasnlm) (Projects / Open Source)
README
## Snaake
[![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/v/release/lucasnlm/snaake-flutter.svg)](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
## 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)