THE problem with xconq (long)

Ed Roskos roskos@home.com
Mon Feb 4 18:57:00 GMT 2002


Java has a little ways to go, IMHO, for serious gaming.  I played with
Java a
bit for tile-based games.  Slow, real real slow.  The display is
klunky.  The computations
are slow.  And memory is sucked down hard.  If you want to create a game
in Java,
it should be small, simple, and well-defined.

What you are better off doing is creating a game server in C/C++, and
maybe
using Java for display and audio purposes.  The graphics primitives are
very
easy to use and work rather nicely (Graphics2D).

Just my $.02.




More information about the Xconq7 mailing list