Java Games question

Started by
1 comment, last by kressilac 24 years, 4 months ago
Don't worry about whether it will work in Java - it will. About compatibility, stay off 3rd party libraries, and forget AWT - your only friend is the image class (+ PixelGrabber and MemoryImageSource).

Is the game going to be single or multiplayer?

/Niels

<b>/NJ</b>
Advertisement
Hello,

I am looking to create a java based golf game that plays like Links LS. I only want one hole to be played and only need the tee shot to be taken. It is for a contest and am hoping that I can do it over Java and get it to function in the following browsers IE 4.0, IE 5.0, Netscape 4.08+, and AOL Web Browser. Am I out of my mind or should it be possible to generate a windowed golf shot with realistic physics and player animation much like what is seen in Links LS? Since this game must be all internet based do you have suggestions for completing the task at hand.

Thank you
Derek Licciardi

------------------
Derek Licciardi

Derek Licciardi (Kressilac)Elysian Productions Inc.
I think we have someone who can implement the game effectively in Macromedia-Flash. Interesting technology to do it in really because all we need is a simple single tee shot that acts as an entry into a contest.

Thanks though.
Kressilac

------------------
Derek Licciardi

Derek Licciardi (Kressilac)Elysian Productions Inc.

This topic is closed to new replies.

Advertisement