Skip to content

otoua046/stockfish-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stockfish API ♟️

A simple Flask API that analyzes FEN strings using the Stockfish chess engine and returns the best move, move line, and evaluation.

Endpoint

POST /get-best-move

Payload:

{
  "fen": "rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq - 0 1"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors