/IntroToBlazor

Write a game as introduction to Blazor

Primary LanguageC#MIT LicenseMIT

IntroToBlazor

This repository complements an 'Intro To Blazor' talk. It is a fun game where a rocket navigates with up, down, left, right arrows on keyboard. The rocket needs to collect all the flags/icons on the screen while avoid getting caught by 'blackholes' followers.

The branches on this repository is the steps followed to create a game in Blazor using

  • C#
  • Html
  • CSS
  • Javascript
  • FontAwesome
  • DevIcons

Blazor features covered

  • Blazor Lifecycles
  • Blazor Parameters
  • Blazor Event callbacks
  • Call JS from .NET
  • Implement Dependency Injection in Blazor
  • Adding CSS