You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The popular game 2048 implemented entirely with VannilaJS without external libraries and TypeScript.
The design is entirely original.
The game using LocalStorage API for store results.