Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)