0

I'm currently trying to make a bot for the game of Gomoku, using Python and the Piskvork manager (which uses this protocol : https://plastovicka.github.io/protocl2en.htm). Basically the manager when starting my bot keep sending him the END command which terminate my bot (as it is supposed to). The manager don't use START, BOARD, INFO or any other commands, and it is a bother as I can't test my bot. Here is an example of a log file created by the manager : ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END END ______Process started______ ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END ______Process started______ END

Some classmates of mine have the same manager and it works just fine, the only difference being that they are on windows 10/11 and I'm on fedora 35. I tried tweaking the manager's options, couldn't find anything relevant to fix this. Tell me if more info are needed.

0 Answers0