https://github.com/erinnmclaughlin/Flappy-Bird
Flappy Bird built with Blazor WebAssembly (and without JavaScript interop)!
https://github.com/erinnmclaughlin/Flappy-Bird
blazor blazor-webassembly blazorbuilds flappy-bird game-development web-development
Last synced: 6 months ago
JSON representation
Flappy Bird built with Blazor WebAssembly (and without JavaScript interop)!
- Host: GitHub
- URL: https://github.com/erinnmclaughlin/Flappy-Bird
- Owner: erinnmclaughlin
- License: mit
- Archived: true
- Created: 2020-08-10T22:33:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T20:28:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T04:35:20.607Z (6 months ago)
- Topics: blazor, blazor-webassembly, blazorbuilds, flappy-bird, game-development, web-development
- Language: C#
- Homepage:
- Size: 229 KB
- Stars: 47
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Building Flappy Bird with Blazor
A Blazor WebAssembly implementation of Flappy Bird!
## About
This project contains the code associated with the "Building Flappy Bird with Blazor" tutorial series.
## Special Thanks
This project is based on the [vanilla JavaScript project](https://github.com/kubowania/flappy-bird) created by [Ania Kubow](https://github.com/kubowania). Thanks! :)