chrome_dino_banner.png

Chrome Dino Game

Chrome’s “dino game” is the most played game of all time, and here it is implemented in flutter. Learn the basics of game design using out of the box flutter as well as a few important foundational video game programming concepts like view transforms and game loops!

play it in web, github, video tutorial

 
fruit_ninja_banner.png

Fruit Ninja

How many fruit have been slain in this addictive fruit slashing game? We don’t know, but we implemented it in flutter and you can check out how below.

play it in web, github, video tutorial

 
set_banner.png

SET!

A single player variant of the classic set matching card game. Here’s how to implement it in flutter. Have fun!

play it in web, github, video tutorial part 1