This is a complete rebuild of the popular, original 2048 game. It is coded entirely from scratch and includes some minor differences in score tallying and tile creation.
You can play it here:
https://2048ish.netlify.app/
You can also view the code and play it on my Codepen:
https://codepen.io/jessezisme/
This small project uses Webpack for bundling. To run it locally for development:
- npm install
- Run
npm run serve, which will run a webpack-dev-server athttp://localhost:4000/and watch for changes insrcdirectory. Thissrcdirectory contains theindex.htmland other necessary files that are compiled todist.