Skip to content

imgss/vue2048

Repository files navigation

vue2048 live

原版 2048,利用vue2.0写的山寨版,算不上高仿。。


更新记录

  • 2017-3-3 完成基本的合并,加分操作
  • 2017-3-10 没想出来合适的过渡方法
  • 2017-11-14 实现新增方块的动画,合并动画,加分动画

bug

  • 一下子合并到底如[2,2,4,8]->16

todo

  1. 增加动画过渡 [x]

  2. localstorge记录最高分 [x]

  3. 重新开始,gameover的弹出层

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:4080
npm run dev