Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ynfuien/snake-dart

Simple snake game in Dart.
https://github.com/ynfuien/snake-dart

dart dartlang snake snake-game

Last synced: 5 days ago
JSON representation

Simple snake game in Dart.

Awesome Lists containing this project

README

        

# Snake in Dart
Simple snake game ported from my C# snake, using [sdl2](https://pub.dev/packages/sdl2) package for displaying graphic.

# Media
![gameplay](https://i.imgur.com/VC84u1v.gif)

# License
This project uses [GNU GPLv3](https://github.com/Ynfuien/snake-dart/blob/main/LICENSE) license.