https://github.com/ambar/tilt
Tilt Game
https://github.com/ambar/tilt
Last synced: 4 months ago
JSON representation
Tilt Game
- Host: GitHub
- URL: https://github.com/ambar/tilt
- Owner: ambar
- Created: 2012-03-13T14:21:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-23T13:53:14.000Z (over 12 years ago)
- Last Synced: 2025-01-02T00:26:10.755Z (6 months ago)
- Language: JavaScript
- Homepage: ambar.github.com/tilt
- Size: 1.59 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Motion Event 试验
- [iCompass](http://ambar.li/tilt/icompass)
- [Tilt Warrior](http://ambar.li/tilt/)
- [Presentation](http://ambar.li/tilt/presentation)structure
```
.
├── main.js
├── sea.js
├── Stats.js
├── es5-shim.min.js
├── tilt
│ ├── enemies
│ │ └── dot.js
│ ├── fighter.js
│ ├── game.js
│ ├── wall.js
│ └── weapons
│ ├── bomb.js
│ ├── lightning.js
│ └── wave.js
└── wo
├── README.md
├── class.js
├── color.js
├── entities.js
├── events.js
├── input.js
├── protos.js
├── requestAnimationFrame.js
├── stage.js
├── vector.js
└── wo.js```
工具
- [es5-shim](https://github.com/kriskowal/es5-shim) 在 iOS 和 Safari 中弥补 ES5 功能
- [stats.js](https://github.com/mrdoob/stats.js) 显示 FPS
- [remote-tilt](https://github.com/remy/remote-tilt) 远程调试感应事件## TODO
- 更多武器
- 更多敌人