randomPoison / Gunship

An experimental game engine.
Other
1 stars 1 forks source link

Implement Script Input as Callbacks #61

Closed randomPoison closed 10 years ago

randomPoison commented 10 years ago

I think the best way to implement input handling would be to take advantage of JavaScript's functional and asynchronous nature and make input done through callbacks.