Tag: javascript
-

Building a Tiny 2048 Clone with Vanilla JavaScript
I wanted a lightweight version of 2048 that runs from a single index.html with zero build tools. The result is a compact, modular implementation in plain HTML/CSS/JS — easy to read, easy to tweak, and fun to extend.