Java-Gaming.org
Java4K winners:
[
by our judges
|
by the community
]
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members
News
: Read the
Java Gaming Resources
, or peek at
the official Java tutorials
Home
Help
Search
Login
Register
Java-Gaming.org
>
Game Development
>
Newbie & Debugging Questions
>
2 questions
Pages: [
1
]
Print
2 questions
(Read 844 times)
0 Members and 2 Guests are viewing this topic.
phi6
JGO n00b
Posts: 15
2 questions
«
on:
2005-08-25 08:59:44
»
Hi, I'm new to game design in general. Anyway, I'm designing an online RPG and have a couple of questions...
1. Should I let the user input events update the game state directly, OR, store the inputs somewhere and have the game loop update the game state from the stored inputs.
2. How should I store the persisent online RPG data? I was thinking of just creating my own data structure and serializing it at regular intervals, don't know how slow this will be. Should I use a database?
Thanks,
Phi
Alan_W
JGO Ninja
Posts: 734
Medals: 8
Java tames rock!
Re: 2 questions
«
Reply #1 on:
2005-08-25 14:38:28
»
IMHO:
1. Store inputs & process them in main game loop. You also need to consider what inputs may effect the game state directly, and which indirectly via the server.
2. The game state needs to be stored on the server. Access to game state needs to be fast, so I would expect it to be held in program and a snapshots taken from time to time for backup purposes. (Well that's what I'd do)
(I assume you have some idea of the amount of work that goes into an online RPG)
Alan
Time flies like a bird. Fruit flies like a banana.
phi6
JGO n00b
Posts: 15
Re: 2 questions
«
Reply #2 on:
2005-08-26 15:09:23
»
Thanks.
Of course, it all depends on how complicated I want to make it. I'm making it 2D topdown, without animation to start with, and as for the "RPG" well at the moment my goal is just to make a kind of visual chat room without all the other bells and whistles.
Pages: [
1
]
Print
Jump to:
Please select a destination:
-----------------------------
Games Center
-----------------------------
=> Featured Games
=> Showcase
=> Contests
===> LWJGL16k - 2011
===> 4K Game Competition - 2012
===> JGO Comp Petite
===> Finished Contests
=====> 4K Game Competition - 2011
=====> 4K Game Competition - 2010
=====> 4K Game Competition - 2009
=====> 4K Game Competition - 2008
=====> 4K Game Competition - 2007
=====> 4K Game Competition - 2006
=====> 4K Game Competition - 2005
=====> Tiny Game 2010
=====> JGO Comp 2009
=====> 16K LWJGL Competition - 2005
=====> Java Technology Game Development Contest - 2004
-----------------------------
Discussions
-----------------------------
=> General Discussions
===> Suggestions
=> Business and Project Discussions
===> Jobs and Resumes
===> Community & Volunteer Projects
=> Miscellaneous Topics
-----------------------------
Game Development
-----------------------------
=> Newbie & Debugging Questions
=> Articles & tutorials
=> Game Play & Game Design
=> Game Mechanics
===> Artificial Intelligence
=> Networking & Multiplayer
=> Performance Tuning
=> Shared Code
-----------------------------
Java Game APIs & Engines
-----------------------------
=> Engines, Libraries and Tools
===> Java 3D
===> JInput
===> jMonkeyEngine
===> Xith3D Forums
===> Tools Discussion
=> Java 2D
===> JavaFX
=> OpenGL Development
===> JOGL Development
===> LWJGL Development
=> Java Sound & OpenAL
===> JOAL Development
=> Java on Mobile Devices
===> Android
===> J2ME
Loading...