This is a challenge for EDA Talent Show, EventBrite. The task is to build an client AI which can play megachess similar to chess but with a 16x16 board and promote in the middle of the maps and others interesting thinks.
The challenge requires websockets to communicate with the server.
Use node.js and jest for testing.
Two steps:
- First create a authtoken.txt with your authtoken.
- Second run with:
npm start.
My bot plays with a recursive algorithm similar to minimax where it calculates the possible movements of the turn, the best possible movements of the opponent in response and my best next move.
Any questions? Ask me: