开发者

Web Based 2D Game - Which engine? [closed]

开发者 https://www.devze.com 2023-03-01 04:59 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the que开发者_开发百科stion so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I'd like to develop a web based 2d game, similar to flashgames.

It should supports Sprites etc., so that it's really easy to do the graphic stuff. I don't have flash, so are there any reliable (JavaScript) engines maybe, with active Users?

...Or could I use Java instead, build an offline game and afterwards, make it playable in a webbrowser with a certain plugin? That would be really nice.


A good 2D library in JavaScript is http://gamejs.org (I'm the main dev) - it supports sprites, collisions, etc.

If you are already familiar with Flash ('similar to flashgames'?) then you might want to try http://easeljs.com

Finally, here's a pretty complete but probably overwhelmingly long list of JavaScript game engines: https://github.com/bebraw/jswiki/wiki/Game-Engines


If you want to use Java would a Java Applet be the technology you are searching for. I dont think that JavaScript would be a good choice as soon as it gets a bit more graphic intense

0

精彩评论

暂无评论...
验证码 换一张
取 消