From: Erik V. <eri...@hc...> - 2005-10-14 13:44:05
|
Back from vacation, I'm finding some interesting discussions have started in the meantime! > You may want to take a look at the server-based UI that Erik > has been maintaining. It's the GameTestServlet in the /test > directory. I'm not certain how current it is, but it's an > example of a server-based implementation using the same > underlying engine. I started becemong productive in this project by creating a pure browser/servlet based UI, only because I was familiar with that technology (unlike Swing). I had originally planned to keep it up to date, but have in fact not done so (yet) - currently the GameTestServlet class does not even compile. If there is interest in reviving it, I can do that, but it seems there is more urgent stuff to be done. I had not really thought about how to display the map in that UI. It would probably have become a Swing-based applet anyway. Erik. |