Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximealgosup/fnake
Snake in Flutter
https://github.com/maximealgosup/fnake
dart flutter snake workshop
Last synced: about 2 months ago
JSON representation
Snake in Flutter
- Host: GitHub
- URL: https://github.com/maximealgosup/fnake
- Owner: MaximeAlgosup
- License: mit
- Created: 2024-05-28T11:35:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T14:23:35.000Z (7 months ago)
- Last Synced: 2024-05-30T05:28:18.264Z (7 months ago)
- Topics: dart, flutter, snake, workshop
- Language: C++
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fnake
Snake game in Flutter.## Overview
This game is a simple snake game made with Flutter. The game is played on a 10x10 grid. The main goal of this project is to learn Flutter and Dart.
## How to play
- Use the arrow keys to move the snake.
- The snake will grow when it eats the food.
- The game is over when the snake hits the wall or itself.
- Take plasure in playing the game.## Screenshots
![Screenshot](pictures/fnake.png)