Back to all Bounties
Earn 1,000 ($10.00)
due 2 years ago
Completed
Chess Bot - Calculate the next move using chess.js module and stockfish engine
rhazeee
Details
Applications
10
Discussion
This Bounty has been completed!
@rhazeee's review of @JordanGreenber1“It was good working with Jordan, he submit the project on time and he explain and sent a screen record of the project working fine. ”
5.0
Communication 5/5, Quality 5/5, Timeliness 5/5Bounty Description
# Problem Description
Make a chess bot using NODEJS to calculate the next move using boldchess.jsbold module and stockfish engine. Dm me on discord for the scratch code I made but it has an error that I can't fix.
# Acceptance Criteria
Get the gamedata using the chess username.
Next is get the current fen.
Next is calculate the next move.
Lastly console Game ID: ${gameId} | Next move: ${nextMove.from} -> ${nextMove.to}