Results 1 to 2 of 2
Thread: advice
- 10-10-2011, 08:22 PM #1
Member
- Join Date
- Oct 2011
- Posts
- 2
- Rep Power
- 0
advice
I'm considering creating of creating a online RPG or online football management game. But since I'm only around intermediate(barely, perhaps), I'm going to limit the project to things I know mostly, and exclude graphical stuff. I know the basics, OOP, medium about GUI(and Events), a little about threads. However I don't know network programming yet or databases(though I know regular file-writing), obviously I'll need to grasp those at some point. What I'm curious about however, if I could create a functioning game, and add a proper database, network feature later, or if that would be an immense/impossible task to do. To my great frustration, I'm not experienced enough to know
Also somehow, I think some Java web technology would be more appropriate for what I have in mind, rather than GUI. But I know next to nothing about those(what is available, suitable for my project), so any suggestions about that would be greatly appreciated :)
Thanks,
-Mike
- 10-10-2011, 11:50 PM #2
Re: advice
Your project sounds like fun. It is definitely advanced. You will probably be dealing with, as you stated, both a web entity and an application of sorts. You could unify these much more closely if you had a web site, however a web site introduces other technologies which you will need to learn, such as HTTP, HTML, and potentially JavaScript, CSS, and others. To simplify your goal, I would begin with a simple server-client model on your desktop operating system. You won't necessarily need to work with a GUI at this point -- you could do everything in text-mode (on a terminal) at first. You may even choose not to start out with a client-server model, rather simply create a single-threaded multi-tier model in a simple program. Get an understand of the database stuff you intend to implement, and then break it into larger more separate pieces in the future. You will learn a lot that way. Which would you rather do however? A desktop application or a web application?
Similar Threads
-
got any advice?
By cejay in forum NetworkingReplies: 2Last Post: 03-17-2011, 10:33 AM -
looking for OO advice
By intrepid604 in forum New To JavaReplies: 7Last Post: 02-16-2011, 05:01 PM -
need for some advice
By kasiopi in forum AWT / SwingReplies: 3Last Post: 01-26-2011, 12:36 PM -
Im new n looking for an advice
By azlynn in forum New To JavaReplies: 2Last Post: 12-10-2009, 02:47 AM -
Some advice please!
By awebbtt in forum New To JavaReplies: 3Last Post: 02-02-2009, 07:23 PM
Bookmarks