摘要:
参考sunxing007 博客的贪食蛇类,稍做修改,分享一下。点此演示function Snake(tbl,rowCount,colCount,speed){this.tbl = $(tbl);this.rowCount = rowCount;this.colCount = colCount;this.speed = speed;this.body = [];this.direction = 0;... 阅读全文
posted @ 2010-11-15 19:28
leetom
阅读(311)
评论(0)
推荐(0)

浙公网安备 33010602011771号