johnt84 / WordleBlazorApp

Simple Blazor clone of the popular Wordle game

Home Page:https://wordleblazorapp.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle Blazor App

Simple open source clone of the popular Wordle game developed to demo how the wordle game would work using a Blazor app.

You can play the original game here

  • Three GUI projects developed using Blazor
    • Blazor WASM with PWA/.Net 6 (Is what is currently deployed)
    • Blazor Server/.Net 6
    • Blazor MAUI/.Net 6
  • Game engine is a Class Library project developed using .Net 6
  • Unit Test app which unit tests the Wordle Game engine. Uses MS Test/.Net 6 and AutoMoq

About

Simple Blazor clone of the popular Wordle game

https://wordleblazorapp.azurewebsites.net/

License:MIT License


Languages

Language:C# 44.6%Language:HTML 30.4%Language:CSS 21.7%Language:JavaScript 3.2%