--- In abalone_prog@yahoogroups.com, "mogwaifrance" <david.malek@...>
wrote:
> - making MLA (or nacre) as a permanent online player needs you to
> convert your engine to a .NET assembly.
This is only if the player must run on the same host as the web-server.
> An
> alternative is to define the spec of an engine web service you would
> have to comply with. In such a case, you will need to host the
> engine on some web site and expose the required web service ... this
> would be OS independant ...
This is sort of what I had in mind. However, your AJAX must send the
move to the server somehow. I figured that I could use the same
interface. No need for me to build a web service.