A simple clone of the classic 2048 game. Combine numbered tiles to reach 2048! Clean interface, smooth gameplay, and no external libraries.
- JavaScript – Game logic
- HTML5 – Structure
- CSS3 – Styling
git clone https://github.com/Taipan-4ik/Game-2048.gitcd Game-2048
npm install(oryarn install)
npm start(oryarn start)