Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 593 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 593 Bytes

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.