The 2048 game implementation as a proof-of-concept app using Blazor WebAssembly framework.
Use arrow keys on your keyboard or swipe with your fingers to move the tiles. Tiles with the same number merge into one when they touch. Add them up to reach 2048!
Original game repo: gabrielecirulli/2048