• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[PROJECT] Java MMORPG Development

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been a Java programmer hobbyist for quite a wihle, and have written several small games, and after a little thought, I realised that small games had lost their appeal and I wanted to shoot for the stars!

So... I've come up with the great idea of creating an MMORPG in the Java programming language! It's already been started, although progress will speed up when more people have joined the team.

Project Details

Game Name: Days of Destiny

Concept: A 2D MMORPG. The outer world (eg. travelling, chatting, etc) will be a bit like the world in Pokemon (tiles, 1 step per tile, yada yada ya) while things like combat will be more arcade-themed (fast paced, skill-dependent combat - although weapons/armour will obviously still play a part. maybe a bit like Street Fighter or Super Smash Bros Brawl?)

Setting: In a post-apocalyptic world, but with super-advanced technology instead of being blasted back into the stone age by the apocalypse, so kind of like a super-modern setting? (and as for how there's technology after an apocalypse: maybe some awesome techno-center was saved from the blast or something like that?)

Storyline: Haven't started thinking about this yet. But I'm sure it won't be too hard to come up with something awesome.

Programming Language: Java (duh!)

Dependencies:
Client-side: Slick/LWJGL (Slick - 2D Game Library based on LWJGL / lwjgl.org - Home of the Lightweight Java Game Library), TWL for the GUI (TWL - Themable Widget Library), TilED for world (Tiled Map Editor)
Server-side: MySQL for database storage (MySQL Query Analyzer - Improving SQL Query Performance)
Networking: Not sure yet, possibly Apache MINA or just java NIO's Sockets

So... basically I'm here to ask if any of you are interested in joining this project?

Requirements:

Programming Skill: Basically, good Java knowledge/experience, and preferably some experience with Slick, although not necessary, since Slick is a pretty easy to learn library.

Time Requirements: If you're interested, please only ask to join if you have at least an average of 30 minutes a day to work on this; preferably, 1 hour a day free. I'm going to fork out at least 1-2 hours a day myself.

On a side note, I'm also looking for GUI/graphic designers, please drop me a note as well, if you're one and interested.

If you're interested and have questions, or wish to join this project, please reply to this thread, send me a PM or send an email to xquasar_@hotmail.com

Thanks,
Mic
 
Ranch Hand
Posts: 287
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It may be worth showing a few examples of games you've already created so people can see "where you're coming from".
 
Ranch Hand
Posts: 231
Android IntelliJ IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you made much progress on your game?

It is a good project idea, with a good solid idea you shouldn't get bored any time soon.

I was thinking of doing something similar, text based, using google code as a repository.

Got any links to anything you've done so far?
reply
    Bookmark Topic Watch Topic
  • New Topic