After installation and restart, it is still the same except the board is bigger and there is auto play checkbox.
But this could be enough for me, what I would like to request next is the ability to paste the pgn and replay the moves on the board.
I am working on a python ataxx engine. Currently testing matches using your acraps tour manager. But have no way of viewing how it played.
Downloaded the files from https://joriszwart.nl/games/ataxx/
then use web server for chrome to open the html file loading the fen data of the game and I got this.
So I can now view my local pgn games but need to convert it to a certain fen format for this viewer.
Slightly off-topic but I'm hoping there are chess-lovers out there who may be interested.
Ataxx has been around for a while. Strangely enough there was no real community around it for developing an AI like the Chess and Go games have. There have been plenty of GUI implementations of it, but no machine against machine battles.
That has changed. On IRC, we have ##chessprogramming (on webchat.freenode.net) in which people mostly discuss Ataxx (yes). Also a website has been put up that will discuss how to make an Ataxx-AI (like the Chess Programming Wiki): https://www.ataxx.org
I'm hoping others will chime in with their implementation of Ataxx and start the battle with us!
Do you have an exe compile of Sashaxxx? or any other engine that will run on acraps?
Ferdy wrote: ↑Thu Oct 24, 2019 10:14 am
Do you have an exe compile of Sashaxxx? or any other engine that will run on acraps?
Not yet an exe of Sashaxxx, but there's "afvalbaxx" which is written in python and should run on windows python as well: https://github.com/flok99/afvalbaxx
Ferdy wrote: ↑Thu Oct 24, 2019 10:14 amDo you have an exe compile of Sashaxxx? or any other engine that will run on acraps?
Hi,
Compiling for windows was not very complex, so: https://vanheusden.com/Sashaxxx/ <= there you can find a zip-file with exe of Sashaxxx.
Are you aware of the Ataxx-server running on the ataxx.org website? See https://www.ataxx.org/#server
Basically if your program speaks UAI (like your program does), then you can use https://github.com/flok99/waxx/blob/master/client.py to interface your program to the server. On http://server.ataxx.org/ you can see statistics.
The program requires a username and password: you can choose anything you like; a new account will automatically be created.
Ferdy wrote: ↑Thu Oct 24, 2019 10:14 am
Do you have an exe compile of Sashaxxx? or any other engine that will run on acraps?
Not yet an exe of Sashaxxx, but there's "afvalbaxx" which is written in python and should run on windows python as well: https://github.com/flok99/afvalbaxx