Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.01 KB

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