Skip to content

A 2048 game implementation as a proof-of-concept app using Blazor WebAssembly framework.

License

Notifications You must be signed in to change notification settings

MustafaNesin/Blazor2048

Repository files navigation

Blazor2048

The 2048 game implementation as a proof-of-concept app using Blazor WebAssembly framework.

Play Here!

GitHub Workflow Status GitHub .NET Bootstrap Open Iconic Animate.css PWA

How to Play?

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