Skip to content

Repository files navigation

2048-ish

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.

Links

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/

Development

This small project uses Webpack for bundling. To run it locally for development:

  1. npm install
  2. Run npm run serve, which will run a webpack-dev-server at http://localhost:4000/ and watch for changes in src directory. This src directory contains the index.html and other necessary files that are compiled to dist.

About

A re-creation of the popular 2048 game.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages