Skip to content

divtar/IntroToBlazor

 
 

Repository files navigation

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

About

Write a game as introduction to Blazor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 47.1%
  • HTML 30.9%
  • CSS 22.0%