An open API service indexing awesome lists of open source software.

https://github.com/ambar/tilt

Tilt Game
https://github.com/ambar/tilt

Last synced: 4 months ago
JSON representation

Tilt Game

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

- 更多武器
- 更多敌人