
BoxIt
BoxIt is hosted as a standalone realtime Dots and Boxes game.

BoxIt is hosted as a standalone realtime Dots and Boxes game.

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

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: ...