Dartsnake is the Dart implementation of the famous Snake game. It is used as an example Game for Webtechnology course at Lübeck University of Applied Sciences (Computer Science Study Program).
You can play a live version here.
To play your local version run:
dart pub global activate webdev
dart pub get
webdev serve
and play Dartsnake on http://127.0.0.1:8080