Done:

  1. pixel drawing: 撤销 function
touchStarted:每次手指落下时,重置当前笔的记录
touchMoved:在修改格子之前,把格子的旧值存入 currentStroke(每个格子只记录一次)
touchEnded:手指抬起时,把这一笔的 diff 推入 history 栈
undo():从栈顶弹出上一笔,逐格恢复旧值
  1. Add interpretation function:

  2. profile内容处理

  1. 给自己加一个页面 可以进入自己的profile修改页面
  2. Rent a server & a domain & Run a HK Alibaba Server!!!!!!!

Doing:

To-do in this week:

Calculate the score of the profile while setting up the database