Share My Creation Chess AI

Recently I have been working on a chess engine in C++. The goal was to develop a good chess computer from scratch. Now that it plays chess pretty well (up to now I couldn`t beat the computer), I created a B4A app using wonder's "Native Library Generator". Below I have attached a screenshot and a demo project including the library (to run the project, download all three files, remove the ".txt" extension and unzip them together). To start with, there are two different difficulty levels (these can be set using the Seekbar). So far, the app cannot show when a chess game is finished. By longclicking on "New Game", two people can also play against each other.
 

Attachments

  • Example 1.jpg
    Example 1.jpg
    219.8 KB · Views: 2,500
  • Example 2.jpg
    Example 2.jpg
    221.1 KB · Views: 204
  • Chess.zip.001.txt
    488.3 KB · Views: 252
  • Chess.zip.002.txt
    488.3 KB · Views: 217
  • Chess.zip.003.txt
    60.8 KB · Views: 231
Last edited:
Top