Skip to content
    Back to all Bounties

    Earn 1,000 ($10.00)

    Time Remainingdue 2 years ago
    Completed

    Chess Bot - Calculate the next move using chess.js module and stockfish engine

    rhazeee
    rhazeee
    Posted 2 years ago
    This Bounty has been completed!
    @rhazeee's review of @JordanGreenber1
    5.0
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 5/5
    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.

    Bounty 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}