Valhalla Legends Forums Archive | Java Programming | Is it feasible to build Tile Base Game Engine using Java ?

AuthorMessageTime
ericpaul
Hey pal,

It would be great if you give your suggestions and ideas on Java script Tile base game
engine. You know.. with click to walk (or keyboard), inventory, grab items, talk to people,
exp, levels, etc.

Any Good Ways, any help would be appreciated.


Thanks,
Eric Paul
January 22, 2009, 11:08 AM
chyea
[quote author=ericpaul link=topic=17801.msg181379#msg181379 date=1232622524]
Hey pal,

It would be great if you give your suggestions and ideas on Java script Tile base game
engine. You know.. with click to walk (or keyboard), inventory, grab items, talk to people,
exp, levels, etc.

Any Good Ways, any help would be appreciated.


Thanks,
Eric Paul
[/quote]

Javascript or Java?
January 24, 2009, 1:00 AM
CrAzY
With java script their limitations to how much of that you can do.  You'd be better off using flash if you were trying to keep it to a web browser.

However, if you are using Java then you can do all that and more :P.  I wrote a game engine for my first Comp Sci class ever about 5 years ago.

As far as idea to get that working for you:


http://java.sun.com/docs/books/tutorial/uiswing/start/index.html to learn how to use JFC and Swing.  All the things you want to do involving your keyboard and block by block tiles should be pretty easy to do with this.  As far as chatting, this system is more for SNES and Sega Gennisis games.  If you wanted a chat box, I'd dedicate the bottom of the window to a chat box, or another window that runs on the side open.

The whole leveling system in a game shouldn't be hard at all to program.  You don't have to use any of the JFC and Swing packages to program the AI behind the game. 

If you have any more question, feel free to AIM me.

Tim
January 30, 2009, 6:09 PM
Myndfyr
As a quick aside, Silverlight helps to overcome a LOT of hurdles you might have otherwise had in building a tile-based game with JavaScript.  As an example: http://www.miniclip.com/games/zombomatic/en/
January 31, 2009, 8:58 AM
Metallicist
GOLDEN T GAME ENGINE
http://www.goldenstudios.or.id/products/GTGE/
JGame
http://www.13thmonkey.org/~boris/jgame/
JOgl
https://jogl.dev.java.net/

March 30, 2009, 8:13 AM

Search