I have just written a java algorithm to get a chess move when a chess move is inputted in SAN notation the algorithm used : Monte Carlo. Is it possible to integrate this program with an Arduino mega .and How?
My mega will be getting inputs from a sensory board and I want to send these inputs to the java program without using any additional board.
Note:
By integrate I mean that the Java program should run in the Arduino mega itself
Can anyone suggest a solution?