Build a Word Game With Blazor

preview_player
Показать описание
From Orlando Code Camp 2023 at Seminole State College, March 25.

The web assembly based Blazor is a robust tool for creating great in-browser experiences. We'll dig into the source code for the game Phrazy, a hangman inspired word game that uses a matrix of components surrounding a single state engine. You'll see how CSS can be manipulated to create simple animations pushed by C# running in the browser.

My GoPro died about 26 minutes in, so I augmented the rest with voiceover. Get the code here:

The deck is here:

#OrlandoCC #dotnet #blazor #softwaredevelopment
Рекомендации по теме
Комментарии
Автор

I really like your App, I have a litle problem with mine, I try to develop a table game in blazor server but the main component it does not runing when I use OnInitialised() method to start playing.

simamba