chesslablab / chess-api

REST-like chess API.
https://chesslablab.github.io/chess-api/
MIT License
23 stars 10 forks source link

Implement the POST /api/tutor/good-move endpoint #169

Closed programarivm closed 4 months ago

programarivm commented 4 months ago

src/Controller/TutorGoodMoveController.php is to be implemented to explain the why of a good move in terms of chess concepts.

Method Endpoint Description
POST /api/tutor/good-move Explains the why of a good move
Parameter Type Description Required
fen string A FEN string. Yes
Response Description
200 (OK) Returns a good move along with a chess position explanation
400 (Bad Request) The request could not be processed

See:

Keep it up, and happy coding!