English 中文(简体)
利用js/html5 开始游戏开发[闭门]
原标题:Getting started with game development using js/html5 [closed]

任何人在利用javascript和html5 血管元素进行游戏发展方面都有经验?

到目前为止,我已经找到了两个图书馆,其中两个是有用的?

http://tommysmind.com/rel=“noreferer”http://tommysmind.com/ (XNA Port)

http://gaquery.onaluf.org/ (jquery plugin)

是否有任何其他资源?

最佳回答

You can also use Lime JS - very promising HTML5 game developement framework. http://www.limejs.com

问题回答

略微晚于此;-

Aves http://www.dextrose.com/en/projects/aves-engine Akihabara http://www.kesiev.com/akihabara/ Rokcet Pack http://rocketpack.fi/ Effect Games http://www.effectgames.com/effect/

这可能是你主要提到的那种游戏的高技能。

此外,还研究Sencha Touch

http://www.sencha.com/“rel=“nofollow”http://www.sencha.com/

这里有一个非常微薄的词汇例子。

http://touchsolitaire.mobi/app/"rel=“nofollow”> http://touchsolitaire.mobi/app/

HTH

http://impactjs.com/

For basic 2d games i would use either impact or Crafty Crafty is open source, but impact has a cool level editor.

曾经测试过的所有其他国家要么在一些领域缺乏,要么成本太高。 兹恩加和迪斯尼购买了Aves和火箭。

查阅Processing.js。 或许你可以将其用于2D图纸和用户互动。

http://cos2d-javascript.org/“rel=“nofollow”http://cos2d-javascript.org/。 for。

我没有在接近尾声中建造一个游戏引擎,而只是一个典型的游戏,加上几个简单的动画片,进入my Tetris Clone

我认为,它最重要的特征是,当你把多邮袋控制计划装上了里安的网页时,这种控制办法的有效性。 想法是,要有足够的研究,我就不必向用户发出指示,说明如何发挥作用。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签