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 ABOUT command #7

Closed JohanCDev closed 1 year ago

JohanCDev commented 1 year ago

Description of the command

The brain is expected to send some information about itself on one line. Each info must be written as keyword, equals sign, text value in quotation marks. Recommended keywords are name, version, author, country, www, email. Values should be separated by commas that can be followed by spaces. The manager can use this info, but must cope with old brains that used to send only human-readable text.

Format of the command

ABOUT

Possible answers

name="", version="", author="", country="" ERROR [message]

31Nathan commented 1 year ago

https://github.com/JohanCDev/Gomoku/pull/22