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