I am building for free a tool for children to learn and play a game of checkers. The bubble side is all fun and no problem. However, I have (a free) AI engine i want to use to play against the computer. This engine comes as an executable and basically has a command line interface. You give it some commands and it comes back with results. I basically want to run this engine on a Amazon (EC2 with Lambda!?!) and then connect to it via an API to communicate with the engine?! I have the EC2 instance up and running, but how do I connect to it from bubble: send position and ask a move?
My knowledge is practically zero when it comes to that. Can someone please reach out to me so I can discuss in more detail? Thanks in advance!