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 10 (Is what is currently deployed)
- Blazor Server/.Net 10
- Blazor MAUI/.Net 10
- Game engine is a Class Library project developed using .Net 10
- Unit Test app which unit tests the Wordle Game engine. Uses MS Test/.Net 10 and AutoMoq