MariekieCoetzee / IntroToBlazor

Write a game as introduction to Blazor

Home Page:https://lively-forest-0f651a410.1.azurestaticapps.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://lively-forest-0f651a410.1.azurestaticapps.net

License:MIT License


Languages

Language:C# 47.1%Language:HTML 30.9%Language:CSS 22.0%