Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm not talking about BB-type text based but rich rpgs with spriting, etc.

With the current advancements in javascript for rich browser interfaces, would it be possible to create semi-massive multiplayer online games running on our browsers within the near future?

We could say that if we really want games we must stick with c++, but I'm just asking for possibilities here and answers from open-minded persons.


update regarding comments relating to flash

i've noticed that alot of people here opt for flash, well no doubt, flash was initially there to provide animation capability for browsers and it became a launching ground for browser based games

so maybe its also possible to use javascript and flash altogether to provide a better experience for gamers (like loggin-on to the game is done thru JS, etc and all other animations are run via flash perhaps?)

since javascript is of course smaller in size than flash objects, and microsoft announced that it soon will adapt jquery to its' browser core, maybe in the future we'd see some javascript frameworks built-in inside browsers while flash i guess will still remain as a plug-in..

bottom-line is both of these utilities would be indispensable in the browser's future so any other opinions?

share|improve this question
1  
"since javascript is of course smaller in size than flash objects" - not true - ActionScript is compressed within the swf and is probably smaller, and certainly more powerful. – Iain Oct 13 '08 at 9:34
"like loggin-on to the game is done thru JS, etc and all other animations are run via flash perhaps?" - Huh? Why wouldn't you do that using ActionScript? – James Fassett Oct 13 '08 at 11:00
JavaScript can definitely be used for games. I quite like the challenge of developing games using JavaScript. Of course, you can't render any particularly advanced graphics, but it can do quite a lot. Here's a multiplayer game I made once: mnk.appspot.com I got the chance to try it on an iPod Touch and it worked reasonably well, although I never developed it for that platform, but that's a platform you cannot currently reach out to using Flash. – Blixt Jul 14 '09 at 11:55
Iain: with http-compression enablebled, swf compression doesn't make a lot of difference – DrJokepu Jul 14 '09 at 12:02
vanthia.com - no flash involved, only JavaScript, and it's a wonderful little MMO so far. Someone will give you a beta key, just ask on the forums.vanthia.com. – Ricket Jul 29 '09 at 15:22
show 1 more comment

20 Answers

up vote 19 down vote accepted

The Flash Platform is of course the platform of choice. I'm sure JavaScript can do some funky stuff (which makes my jaw drop from time to time) and will increase adding new features to it's arsenal, but the Flash Player just blows JavaScript out of the water as it currently stands. Not to mention as a platform to develop for (e.g. Flex Builder IDE). Some of the things you'll get choosing Flash Player:

  • The best 2D game engine out there with a (compiled) rock solid embedded scripting language.
  • Sprite manipulation (e.g. rotation, alpha, scale etc.)
  • Bitmap manipulation
  • Video (h264!)
  • Flash Remoting (super fast client server communication)
  • A massive community with a wealth of knowledge at your fingertips
  • Possibility to port your game to a console through the Flash Player SDK
  • Native 3D effects (Flash Player 10).
  • A filter/effects language to create special effects (Flash Player 10).
share|improve this answer
2  
Voted up because it's a good overview, but disagree about portal to a console - not easy at all! – Iain Oct 13 '08 at 9:34
1  
Agreed: there are other barriers to entering the console market as well, and there aren't many games that work well in both environments, particularly not if they're designed for mouse control on a computer. – Dave DuPlantis Oct 13 '08 at 13:23
1  
Also disagree with being the best 2D game engine out there. Not even close. – Gerald Oct 13 '08 at 23:00
1  
@Gerald. Maybe you can point us to that better 2d game engine of yours? – Luke Oct 18 '08 at 21:37
2  
All this talk about what counts as a game engine is fascinating and all, but I'm still looking forward to hearing what you all think might be a better platform/engine/whatever for building 2D games. :) – Ed Brannin Aug 26 '09 at 16:55
show 6 more comments

So, animation in JavaScript generally sucks. Spriting and the upcoming canvas tag will alleviate this problem somewhat, but generally speaking a language more suited for things like gaming, such as Flash/ActionScript, is usually used for web gaming. The limit here is not necessarily the language, but the performance of the browser's JavaScript interpreter.

share|improve this answer
2  
This is increasingly untrue in the current and preview versions of Safari, Firefox, Opera and Chrome (and other browsers using current or preview versions of their respective engines). Animation isn't up to par with Flash yet, but it's getting a lot closer. – eyelidlessness Oct 13 '08 at 3:12
The coming versions of all three browsers look interesting indeed. Especially Safari. – Jason Baker Oct 13 '08 at 3:17
Maybe so, but flash is still better in this realm and using javascript would be a poor choice. – Ed S. Oct 13 '08 at 3:50

There are some with Flash already, but they are kinda, well, questionable. Flash is still pretty slow for that type of thing. Also there are several in Java. Such as the Runescape series.

But one of the best platforms out there now is InstantAction . Native real-time 2D and 3D game engine with full hardware acceleration as a browser plugin.

share|improve this answer
InstantAction is died now... It looks like there are only 2 platforms for native browser based 3D games now - it's Unity3D and Roozz.com Does anybody know other platforms? – DReJ Dec 3 '10 at 15:54
That's all I know of off-hand. Torque3D is an engine that also has a native browser-based publishing option, but it was purchased by INstantAction a couple of years ago, and is currently in limbo. IAC, the parent company of InstantAction and TorquePowered, is trying to sell TorquePowered. If they ever do, that should continue to be a good option. The browser plugin for Torque3D is also great if it survives. – Gerald Dec 5 '10 at 21:39

There are some great 2d games already done in JavaScript, but with Google's Chrome (and others) making JavaScript performance scream, I think much richer games can now be created more along the order of what you describe.

share|improve this answer
Chrome isn't the only one making JS performance scream. In fact, in every benchmark besides Google's heavily biased one, SquirrelFish Extreme performs slightly better than V8. – eyelidlessness Oct 13 '08 at 3:14
That's awesome. I'm only familiar with Chrome being a solid performer, but the more the merrier, and everyone wins with cool upcoming games. :) – Jim Buck Oct 13 '08 at 3:20

There are plenty of Flash games that are massivly multiplayer. I know you mentioned JavaScript, but Flash is always going to be a client based game developers first choice, I doubt anyone would bother with a JS based one.

share|improve this answer

Check out this site: http://www.worldofsolitaire.com/

It's a collection of solitaire games written in javascript. It is a pretty impressive demonstration of what is possible using just javascript.

share|improve this answer

I think that QuakeLive (Quake 3 running INSIDE your browser, using a plugin) might answer your question.

share|improve this answer
1  
Quake Live is not a browser game. Think of it as a game browser, cabable of embedding a quake window (like acrobat reader) in the browser: eurogamer.net/articles/quake-zero-not-actually-in-web-browser – ko-dos Aug 24 '09 at 0:47

If you want high performance games in the browser then you should talk a look at the Roozz plugin. It is an alternative to Flash, but 10 times faster and it allow you to use any programming language and any game engine you like.

www.3djam.com

share|improve this answer
The Roozz plugin now moved to www.roozz.com and right now they offer free subscription to put games and applications on Google Webstore when it opens next in a few weeks. – Thomas3D Dec 1 '10 at 10:00

Well yes it is possible, i've seen completely awesome javascript implementations of for example Sonic and Mario. I don't see why it wouldn't be possible to do something like Final Fantasy II etc. even massively online. You'd need a helluva server (park) to host such a thing tho.

share|improve this answer

JavaScript is not a good choice here, but nor is Flash the only game town - Untiy3D is awesome, and Java is powerful enough to run the popular RuneScape. Sherwood also proves that Shockwave is a good MMO client.

share|improve this answer
Bam! RuneScape rules! It is an awsome example of what Java Applets on crack can do. I'm an RS addict. – stephenbayer Oct 14 '08 at 2:53

TraceMonkey, the new Javascript engine being developed at Mozilla is getting very fast scores on micro-benchmarks. Brendan Eich said here they're approaching non-optimized C speeds on some benchmarks. So, I’d say that yes, w/i the next few years you'll be able to build MMRPG using only javascript (not that it'd be the best choice, mind you. I feel Silverlight will soon be one of the best options for browser based games.) NOTE: the question originally stated "using only javascript?"

share|improve this answer

Heroes of Might and Magic Kingdoms( http://hommkingdoms.uk.ubi.com/ ) is a "production class" commercial, massive online game, being produced solely JavaScript(AJAX) based. It is indeed possible to have great productions with JavaScript. Many people opt for Flash or Shockwave because they are much easier to program, reducing the development cost. I dislike Shockwave because it doesn't have Linux version(don't know about other platforms).

share|improve this answer

Doing what you describe with JavaScript on Canvas is feasible but not yet as easy as with Flash.

There are already libraries that help you with sprites, sound, networking, etc:

In my opinion it will very soon (1 year, 2 years?) be more elegant and efficient to do games for the web in JavaScript then any other language - and it's already the cheapest way and you are able to run on iPhone/iPad.

share|improve this answer

oh i've seen some javascript based games while studying the currently famous javascript frameworks.. yeah we could say that the animations really suck but hey, google chrome's coming up with ways to speed things up.. i think the only problem we have for javascript is the engine that Internet Exploder is using currently but as more and more people despise IE i think pretty soon we'd be able to see some progress on this..

share|improve this answer
1  
The problem is that "more and more people" only really applies in our environment. Many people still choose IE, so if you're designing any kind of MMO, it'll be a long time before you can do so without considering that browser. – Dave DuPlantis Oct 13 '08 at 13:26

Javascript Canvas support has been progressing in modern browsers, however, IE of course does not support any of these new features. And while there have been some simple games created (Mazes, small Doom clones), I do not believe any "production" game has been created using this method.

share|improve this answer

Another seemingly viable option would be Google's O3D browser plugin. They have a demo page which uses Javascript to drive the 3D engine, so it really is the browser doing all of the major work of telling the 3D engine what to draw. I personally haven't used it yet, but from what I see, it very well could be the future as far as online gaming simply for the fact that it is a full 3D engine, unlike Flash and others.

share|improve this answer

There are plenty of Flash games that are massivly multiplayer.

share|improve this answer

Google is working on two big projects that will greatly affect game development in browsers.

First and most directly is O3D (Link in Poldon's post above because I can't post two links since I'm new) which has started as a browser plugin. Secondly is Google's Native Client project, which also has started out as browser plugin, is a general runtime environment meaning you can port source code to run securely inside the browser. Whie this has been done before, ActiveX was not an sort of open standard nor was it very secure (at least in the beginging) and was seen more of a way to enhance a website. Native Client is being built from the ground up with security in mind and with an open standard so that it can be used by different browser vendors.

Both of these technologies are aimed at becoming open standards and will have Google's muscle behind them so they both have a good chance of becoming good platforms to code from and ubiquitous.

share|improve this answer

Silverlight might offer better development and platform support than adobe flash: Visual Studio and C# instead of actionscript. Most flash games look quite limited to me anyways.

I believe javascript will become the standard for rich internet applications and flash/silverlight/activex are going to be (even more) obsolete.

share|improve this answer

As of Jan 2010, there has been a pure JAVA APPLET based MMORPG game engine available. And a fully commerical game based on it is now on the market. I played it before. The game itself isn't that great compared to dedicated client-based game but the concept works. i.e. a browser based interactive mmorpg game that requires no client software installation. You can play it at home or in the office.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.