Thank you.
Your answsers beg for clarification & more wisdom … ( 2 questions ) …
-
Most applications can run as applets with trivial modifications.
Mostly I write mine to run as both.
If you're not writing anything to disk, I wounld't think any re-write would be required,
and if something has to be written to disk … external Java Servlets can do that for you.
I’m trying to understand and help.
Part of the magic of Open Source is … having other people do your work for you … ;^)
Maybe someone here has the web services it would require !
Is there any resource you need that the security sand box locks out ?
Part of Java Gaming is getting people to play the games.
Part of making Java Gaming successful is removing the unnecessary
obsticales to the game play: including unnecessary download & installs.
I have a 3d, multi-player, netwoked tank battle first - person - shoot game …
it runs as either an applet or application.
[ This space intensionally left blank ]
- Can your 2d Physics Engine handle the 2d Physics Problem of the ping-pong ball ?
You answered your engine was " 2d only " ... I understand.
I can isolate a planar slice of my 3d world ...
I can protect my girl & the ping-ball from cross winds ...
I can reduce the 3d problem space of the ping-pong ball to a 2d problem space.
I can do all that ...
so can your software handle the 2d Physics of the ping-pong ball traveling through the 2d planar suface of it’s trajectory ?
Hitting the table is still a 2-d problem ( or is by definition of the implementor )
It’s only when the ball is struck by a player’s paddle that the 3d has to re-emerge,
and I could compute the translation between the old 2d plane & the new one.
The ping-pong game was chosen for a good reasons,
It should be easy, and Sun already provides a simple demo.
The game can be contrained so the players can’t hit the ball until
it passes through a plane parallel to the end of table end ( one for each player )
So once a ball is hit, it is out of action, until a known interval of time has passed,
and you know where its terminal position will be, and when,
so you can go away and do other things until that time arrives.
Make games hard for the player, make life simple for yourself.
I haven’t tried your program yet, but it definately on my " to do " list.
What distro are you using ? (*)
Thank you,
Sincerely,
– Paul, Java Developer & Web Animator
Imaging the Imagined: Modeling with Math & a Keyboard
(*) Inside Linux Speak for: You upgraded from Microsoft Ce-Me-NT to which Linux distribution ?