
Snake Game
The writeup for this project lives in the Flutter Snake blog post.

The writeup for this project lives in the Flutter Snake blog post.

Fractal Tree is hosted as a standalone interactive project, with source code available on GitHub.

Introduction Snake game is probably one of the most known video games in the world and I have built it multiple times, why? Because it’s a good intro project to any new language or framework. I have built it with Python, C++, Javascript, and Dart (Flutter). I frequently use it as an example when I’m teaching someone the basics of a language/framework. In this tutorial, we’ll build the Snake Game with Flutter. Some interesting things we’ll cover: ...