本篇文章介绍JS实现的贪吃蛇游戏的方法。 github项目地址: https://github.com/LEERTRT/Snake 在script/script中,文档加载完毕后调用: $(function () { var game = new Game(canvas); game.init();}); 其中构造函数Game()接收canvas的id作为参数,实例化
|
2021-06-04
2019-01-10
2019-02-17
2021-09-12
2021-09-30