BoxIt game preview

BoxIt

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

Snake game preview

Snake Game

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

Snake Game in Minutes with Flutter

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

April 24, 2022 · 10 min · Yash Lamba