Open comments for this post @COYG_KNGPLCJMS on Chess Engine · 1 day ago 1h 34m 24s logged 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. Read more