Skip to content

paradite/2048

Repository files navigation

2048

Live at https://paradite.github.io/2048/

TODO

UI

  • Movement animations
  • New cell spawn animations

Logic

  • More idiomatic use of vue.js
  • Better OOP
  • Better AI solver
  • Ability to change auto solve speed

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.