- HTML5
- CSS
- SASS
- JS
Preview: https://indigo04.github.io/my_2048/
- Node.js v20
- npm or yarn
git clone https://github.com/"username"/my_2048.git
cd my_2048
npm install
npm start
2048 is played on a plain 4×4 grid, with numbered tiles that slide when a player moves them using the four arrow keys. The game begins with two tiles already in the grid, having a value of either 2 or 4, and another such tile appears in a random empty space after each turn.