JohanCDev / Gomoku

🤖 Creation of a bot able to play the Gomoku game. Created in Python with 2 other students. This project is part of my 3rd year at Epitech.
MIT License
2 stars 0 forks source link

Add the START command #1

Closed JohanCDev closed 1 year ago

JohanCDev commented 1 year ago

Description of the command

Initializes brain and create an empty board, but doesn't make any move yet. The parameter is size of the board.

Format of the command

START [size] -> Only 20x20 is allowed on Epitech subject

Possible answers

OK -> Everything is good ERROR [message] -> Unsupported size or other error

31Nathan commented 1 year ago

20x20 is required in tournament, but in every other format you choose