The Go Text Protocol (GTP) is a communication protocol used for connecting Go game software, such as Go engines or game servers, with user interfaces or other software components. It enables the interaction between a Go engine that can play the game and a frontend user interface that displays the game, allowing players to input moves, receive responses, and manage the game state.
New to topics? Read the docs here!