Blazor 2048 Demonstrates how to use Blazor WASM to write the game 2048, to run in browser Somer JavaScript Interop is required, as e.g. reacting to key input on document level isn't supported by Blazor directly. The code uses .NET 6 / C# 10 features. [Demo] (https://blazor2048.azurewebsites.net/)