Check out this game

Hi,

Please have a look at this java game:
http://www.myjavaserver.com/~onchaos

I need some feedback so I appreciate any comments.

well i wish i could play a little and give you some feedback, BUT

  • stalls when connecting to “master server”
  • no able to start a local game…

sorry. but screensshots look great…

chik3n

You did better than I. Couldn’t connect to the server to dl game :frowning:

Got game and started local game. AI is not very clever. Couldn’t connect to server to play online.

Hi,

sorry about that… it seems that the hosting I’m using is not very stable,
and also I should have done a better job at dealing with errors.

About the server connection:
Loging in is done over http so no problem with router or firewall, basically if you can log in on the website you should be able to log in through the game.
When you click to start the game, then the game will try to connect to other users and create a server socket… so if something goes wrong here it could be a firewall or router blocking the connection.

If you want to you can help me by running tha game from a console like this:
(cd ChaosTanks/CTA)
ava CTA

like this you can see if there are any errors and there is also output for most of the networking stuff, (create server, accepted connection, etc…)

thanks

To start the game in the console use

java CTA