Jump to content

  • Log In with Google      Sign In   
  • Create Account

Making a Browser Game


Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.

  • You cannot reply to this topic
8 replies to this topic

#1 mongy910   Members   -  Reputation: 101

Like
0Likes
Like

Posted 02 July 2012 - 06:23 PM

Hi guys! I am new to this site so sorry if this is in the wrong area, has already been written about, or anything like that :) My friend and I want to create a browser game and I was wondering what would be involved. The game would be similar to tribal wars, ikarium, or such, where the player manages a town etc. Does anyone know what kind of programming languages we would need to know? Right now i only know some html but i am fully willing to learn more. Would i just be getting way over my head? Thanks!

Sponsor:

#2 mongy910   Members   -  Reputation: 101

Like
0Likes
Like

Posted 02 July 2012 - 07:07 PM

To start with would you guys recommend that I learn Java? I have a Java textbook that i can read. Or does that not have anything to do with this?

#3 Aldacron   GDNet+   -  Reputation: 1858

Like
0Likes
Like

Posted 02 July 2012 - 08:44 PM

You can use Java to create browser games, but that would require the user to have a Java plugin installed. If you want plugin-free gaming, Java isn't the answer. Most likely what you want is Javascript (which, despite the name, has no relationship to Java) in conjunction with HTML 5.

Edited by Aldacron, 02 July 2012 - 08:45 PM.


#4 DevLiquidKnight   Members   -  Reputation: 680

Like
0Likes
Like

Posted 02 July 2012 - 09:03 PM

You could also use flash/action script to make a browser game, with a server back-end in something like php.

#5 SillyCow   Members   -  Reputation: 418

Like
0Likes
Like

Posted 03 July 2012 - 12:10 AM

I would personally recommend you start with Javascript & HTML. It's gotten really nice, and works great on mobiles (contrary to Flash).
If and when you decide you need a backend, I recommend Java and Apache Tomcat, but your basic client side should already be up and running before you start messing around with the backend.

For Java-Script, make sure you get a good IDE. You should not try develop JS from a notepad (as is suggested by many bad tutorials). Net-beans is decent for a free IDE, and Webstorm is amazing if you have money.
Checkout my android game : http://market.androi....killerbeeslite

#6 eFoDay   Members   -  Reputation: 300

Like
0Likes
Like

Posted 03 July 2012 - 01:50 AM

Here are a few links relating to browser game dev that you may want to check out:
==

#7 Karsten_   Members   -  Reputation: 410

Like
0Likes
Like

Posted 03 July 2012 - 03:30 AM

These questions show almost no prior knowlege of programming (which isn't necessarily a bad thing) ;)

So for this reason I strongly suggest Unity because at least you will be able to get something to the screen quickly and learn from there.

Browser development (especially javascript) is an erratic mess so at least Unity does abstract it into a cleaner environment).

(FYI normally I would never suggest Unity because of its stupid short-sighted DRM but for you it might provide an easier start for your game).

http://www.mutiny3d.org - Open-source pluginless Unity Re-implementation.


#8 mongy910   Members   -  Reputation: 101

Like
0Likes
Like

Posted 03 July 2012 - 05:45 AM

Thanks for all the helpful replies! I've decided to learn javascript for now and am using netbeans. Unity also looked very interesting and I think I'll try it once i actually get an understanding of how game engines work :)

#9 Serapth   Members   -  Reputation: 3375

Like
0Likes
Like

Posted 03 July 2012 - 10:07 AM

I recently put together this list of HTML5 game development resources. There are a ton of options out there, and this list winnows it down to some of the best options ( IMHO that is :) ).

Additionally, I've done a couple tutorials on cocos2D for HTML5 ( with more in the works ), which is a solid HTML5 game library to get started with.


Have fun and stick with it! HTML5 development is actually kind of fun, except when it is infuriating that is! :D




Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.



PARTNERS