Jump to content

will java and xml do for a ....


Orionsbelter

Recommended Posts

hi am wanting to make a game, i've already made a php text based game now i want to go on to a 3d game like runescape just a different concept. i bought a for dummies book called java and xml all i want to know is is this the book i need to learn coding to make a game or the basics for a game like runescape?

Link to comment
https://forums.phpfreaks.com/topic/117500-will-java-and-xml-do-for-a/
Share on other sites

java and javascript are totally not the same. Java is a programming language and javascript is a scripting language that usually only runs in browsers.

 

you could build a game using javascript but I dont think thats what you are looking for. as for game engines

wikipedia and google would help on that

 

http://en.wikipedia.org/wiki/Game_engine

 

games are not build from scratch these days. If you would check out game details on gamereview sites it usually always has info on what engine it runs on.

For example gears of war runs on the unreal 3 engine. crysis runs on the cryengine2

 

you can download a couple of free game engines for example disney has build their toontown game on a opensource game engine named panda3d. the engine is written in c++ and the game uses python for game builders.

 

oh and btw this topic should be moved to "Other Languages"

if you want to build a 2d game for in a browser javascript would be fine. easier  would be to use flash or silverlight. if you would choose to go java that would mean running it inside an applet a plus however would be the fact that you could easily place it on a mobile phone too

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.