what is this project??
I have made a baghchal game bot using c++ using minimax and alpha beta pruning algorithms. it takes in obx (which is the move exchange standard for baghchal game) and returns the best obx move as response. This bot will run in an external server.
Then, from any baghchal game website (like baghchal.net) , people can send req to this bot and get response for the best moves.
In the image that I have uploaded with this devlog, is how the bot server looks in a terminal window with its request and response messages printed.
Now, I am working on a web ui in which this game can be played with the c++ bot that I made. this is how the web UI looks for now, I have used a library called baghchal.js, (in which I am a contributor too, yay).!
tldrzz
Basically, creating something like stockfish but for baghchal board game. And i have named it “BLACKBIRD” (the beatles fan inside me couldn’t resist not doing so ;)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.