Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)