PreviousNext

Building Flappy Bird with Blazor (Part One)

by bill-s, 2020-09-01T01:37:22.932Z

In this tutorial series, we will be recreating the infamous Flappy Bird game using Blazor WebAssembly. This project was inspired by the vanilla JavaScript project created by Ania Kubow. In contrast to Ania’s project, however, our Blazor application will be written in C#, without any JavaScript.

Read More