It is my version of a robot to play five in row game from from jobscz. Documentation for the game API can be found here:
1 - Connect to service via API and create workflow for playing the game. ✅
2 - Create logic for making moves. A function with board state as an input and a move as a result. 🔲