English 中文(简体)
建立一个简单的 HTML5/ canvas 2D 游戏。 建议使用游戏引擎吗? [已关闭]
原标题:Build a simple HTML5/canvas 2D game. Game engine recommended to use? [closed]

要求我们 建议或找到一本书、工具、软件库、辅导性或其他场外资源 的问题不是Stack overflow的话题,因为它们往往吸引有见地的答案和垃圾邮件。 相反,请描述问题和迄今为解决问题所做的工作。

Closed 9 years ago.

我想开始用帆布来学习 HTML 5, 构建一个简单的 2D 游戏。 我想构建一个看起来像这个游戏的 HTML 5 。 我想构建一个看起来像这个游戏的游戏 : < a href="http://www.youtube.com/ watch?v=h4SgiVCPfPk" rel=“ noreferrer” >http://www.youtube.com/ watch?v=h4SgiVCPfPk

你建议我用任何框架或游戏引擎来做这个吗?

最佳回答

我建议使用>EaselJs 来使用画布进行 2D 游戏。 您可以在网站上找到一些很好的例子, 并找到一个相当不错的有文件记录的pi 。

问题回答

我会以>>MelonJS 的形式为您提供另一种选择,它有一些出色的文件,很容易起立运行。

我建议CAAT < a href="http://labs.hyperandroid.com/static/caat/" rel="no follow" >http://labs.hyperandroid.com/static/caat/

这里的技术演示(canvas):http://labs.hyperandroid.com/static/caat/sumon/canvas/Sumon.html

It s easy to use and powerful, it has a good documentation and a lot of official tutorials. If you are interested to publish your game on the mobile devices, it is the first supported engine by the Ludei.com team - http://ludei.com/tech/cocoonjs

您可以尝试 < a href=>" "https://github.com/superjoe30/chem/" rel=" no follow" >chem .

它被优化为快速发展 所以它完美为 一个小游戏原型想法。

For developers familiar with Backbone, you can try Backbone Game Engine. Built to work on the Web, and in CocoonJS. Super Mario Bros level 1-1 was written as a demonstration.





相关问题
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!

热门标签