My version of chess made in JavaScript !
I'm doing this project mainly for fun, but I chose JavaScript over Python to prepare for my summer internship.
- Create a functional chess game, including legal moves, checkmate...
- Develop a bot to play against, (I want to experiment with the minimax algorithm).
- Build everything from scratch, without using AI, as this is for training!