H. G. Muller wrote on Tue, Jan 22, 2019 07:05 AM UTC:
I now set up a minimalistic (turn-based) server for on-line game play using the Jocly interface. It supports the functions of registering as a user, logging a game request, subscribing to a game request (so it becomes a game), fetching a game, adding a move to an existing game and resigning a game. Offering draws and keeping track of time usage will soon be added. I am sure much more could be improved as well. It supports all games supported by Jocly, including the chess variants I programmed myself. The client page is at:
I now set up a minimalistic (turn-based) server for on-line game play using the Jocly interface. It supports the functions of registering as a user, logging a game request, subscribing to a game request (so it becomes a game), fetching a game, adding a move to an existing game and resigning a game. Offering draws and keeping track of time usage will soon be added. I am sure much more could be improved as well. It supports all games supported by Jocly, including the chess variants I programmed myself. The client page is at:
http://hgm.nubati.net/jocly/jocly-master/remote.htmlComments and suggestions are welcome!