You are browsing as a guest.
Sign up
(or log in) to start making projects!
Chess engine devlog 1:
I decided to make a chess engine from scratch for some reason
So far I have made the basic structure
- I have made a board, the colors arent correct but I will fix that later.
- I also made the pieces movable. It doesn’t check if it’s valid yet.
Things I plan to add
- A simple minimax algorithm with pruning
- Customizable colors and themes
- Sound effects
- Potentially statistics and tools that can be enabled
I’m also considering whether to make the algorithm in c++ or just JS.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.