Whack-a-mole

时间:2024-08-06 13:22:18
【文件属性】:

文件名称:Whack-a-mole

文件大小:6KB

文件格式:ZIP

更新时间:2024-08-06 13:22:18

JavaScript

原子 一个尽可能少做的 游戏框架 老实说,这个东西做的很少,你应该阅读代码。 这是使用 Atom 的游戏的样子: class Game extends atom.Game constructor : -> super atom . input . bind atom . key . LEFT_ARROW , ' left ' atom . input . bind atom . key . RIGHT_ARROW , ' right ' update : ( dt ) -> if atom . input . pressed ' left ' console . log " player started moving left " else if atom . input . down ' left '


【文件预览】:
Whack-a-mole-master
----aesthetic.txt(163B)
----index.html(214B)
----atom.coffee(3KB)
----atom.js(5KB)
----README.md(833B)
----game.js(6KB)

网友评论