Hi, I'm using Tomcat 4.1 to set up a game server for the two player board game, Tanbo (similar to Go). Basically, I will be providing one board and a waiting list, and a chat.
I need advice on how to set up the object architecture. I'm considering using an int array to represent the board. And possibly a separate class to evaluate legal moves. I need advice on security, persistence, thread safety and anything else that I might need to know to make this a successful web site (tanbo.com). Thanks in advance. Mark Steere [EMAIL PROTECTED]
