Game
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Unobtrusive Game Library
#Game
This is a mini library intended to be a quick and unobtrusive library for building HTML5 games. It provides
the utter basics

    Game.tick(function(dt, frameNumber) {});
	Game.render(function(ctx) {});
	Game.input(function(type, eventObject) {});
	
From these basic functions you can create your own flavour of a game engine.

This is built from the article here: http://louisstow.tumblr.com/post/19103446204/unobtrusive-game-engines

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。