Search the web
Sign In
New User? Sign Up
abalone_prog · Abalone
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
SV: [abalone_prog] i'm programming an abalone game server with AJAX   Message List  
Reply | Forward Message #76 of 96 |
Re: [abalone_prog] Robot players on http://moggames.net

Selon Peer Sommerlund <peer.d.sommerlund@...>:

> 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.
>
Yeah, it sends the moves by calling a web service :) i.e in our case it's
calling an URL with specific parameters ... like

http://nacre.com/ilovepeer/getmove.asp?move=a1b1

and your web server returns an XML flow giving the answer from your engine.

all you would need is a web server, and a web page that takes the parameters
from the query string in the URL, and returns an XML response. The query string
can be a little more complicated (i'm using a microsoft like web services), but
not that much :) Calling any process on your web server with the protocol you
love is fairly easy. even PHP under Unix and Apache...

btw building a web service is also pretty easy lol.

My idea is definitely not to have nacre running on your PC with some interface
between my AJAX (on the client) and the nacre engine like you usually do with
NetAbalone, i dont want to call some TCP/IP socket protocol (eg abnet). This
would be a lot more complex than simply calling an URL (we are in 2006 lol, no
more 68000 assembly please).

I also want this to comply with both firefox and IE and be pure javascript on
the client (no java, no activeX, no download, no security issue, no popup
blocker and so on). i.e. comply with the tech rules i've set for my server
since oct/sept this year.

david






Mon Dec 4, 2006 4:23 pm

mogwaifrance
Offline Offline
Send Email Send Email

Forward
Message #76 of 96 |
Expand Messages Author Sort by Date

Cool. How do you do broadside moves? ... Fra: abalone_prog@yahoogroups.com [mailto:abalone_prog@yahoogroups.com] På vegne af mogwaifrance Sendt: 2. september...
peer.d.sommerlund@...
peer_sommerlund
Offline Send Email
Sep 4, 2006
8:20 am

You cannot (yet) Mogwai...
david.malek@...
mogwaifrance
Offline Send Email
Sep 4, 2006
5:26 pm

The server has moved to http://moggames.net Yes you can enter broadside moves, but move entry ergonomy has changed drastically. You click on one marble,...
mogwaifrance
Offline Send Email
Dec 4, 2006
8:52 am

... http://148009.aceboard.net/148009-512-5872-0-enter-move.htm ... I suppose this is just a matter of time. Here are a couple of liks (which I'm sure you...
Peer Sommerlund
peer_sommerlund
Offline Send Email
Dec 4, 2006
9:30 am

I'm working on the ranking system and the tournament system at the moment ... A few things from your post : - making MLA (or nacre) as a permanent online...
mogwaifrance
Offline Send Email
Dec 4, 2006
10:52 am

... This is only if the player must run on the same host as the web-server. ... This is sort of what I had in mind. However, your AJAX must send the move to...
Peer Sommerlund
peer_sommerlund
Offline Send Email
Dec 4, 2006
12:44 pm

... Yeah, it sends the moves by calling a web service :) i.e in our case it's calling an URL with specific parameters ... like ...
david.malek@...
mogwaifrance
Offline Send Email
Dec 4, 2006
4:30 pm

... interface ... usually do with ... abnet). This ... 2006 lol, no ... LOL, I don't know which is worst: JavaScript or 68000 assembly ;-) this just shows how...
Peer Sommerlund
peer_sommerlund
Offline Send Email
Dec 4, 2006
11:25 pm

i'm a little confused about your last message, are you intending to : - replace my ajax client by nacre and call my web services ? - create your own web...
david.malek@...
mogwaifrance
Offline Send Email
Dec 5, 2006
8:37 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help