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: about 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T12:29:54.000Z (over 4 years ago)
- Last Synced: 2025-04-02T01:38:00.517Z (about 2 months ago)
- Topics: bloc, flame-engine, flutter, flutter-apps, hacktoberfest, snake-game
- Language: Dart
- Homepage:
- Size: 228 KB
- Stars: 80
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
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
[](https://github.com/lucasnlm/snaake-flutter/actions?query=workflow%3A%22Flutter+CI%22) [](https://www.gnu.org/licenses/gpl-3.0) [](https://github.com/lucasnlm/snaake-flutter/releases) [](https://github.com/tenhobi/effective_dart) [](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)