You are browsing as a guest. Sign up (or log in) to start making projects!

9h 2m 56s logged

Chess Game update - Stockfish Engine

Yesterday I started working on a stockfish engine for my game. I finished it today and it has some very strong features. You can now play in 3 modes:

  • PvP
  • PvE (Player plays as white)
  • PvE (Player plays as Black)

I used the LiChess stockfish engine to complete this part of the project (Link to release: https://github.com/lichess-org/stockfish.js/releases/tag/ddugovic-250718)

The engine has all the features to calculate the best moves and complete them. To make it easier, I added a level system from 1-20 so that the bot is easier or harder to beat, but after testing, I found that the bot takes longer to respond with a move when its at level 20 and is still very smart and powerful at level 1. I think I may have integrated the engine incorrectly when connecting it to my current project, so in my next update, I will be fixing this issue.

0
1

Comments 0

No comments yet. Be the first!