For our project we would like to use a mix of AI and embedded systems. A brief summary of our idea is a smart chessboard (physical) that highlights your possible moves using LEDs, allows you to receive an AI recommended computer move (the most optimal move for that turn), flashes red when making an illegal move, and allows you to play against AI of various difficulties. We need to make sure our chess engine is accurate to ensure the user is making the moves they want to make. Speed is also a constraint to ensure the moves do not take long to make.
Presentation & Demo: https://drive.google.com/file/d/1-gDAlHooiEgJDuP0PUZRHVe0r1-B_3Xb/view?usp=sharing
In the project directory, you can run:
This creates a directory called build and inside it is another directory called web
in this folder (chessboard/build/web) run npm serve
open http://localhost:3000 in Google Chrome
python server.py
python servergame.py
Because the build and run process can be tedious we have made a batch file to automate the commands to make it run
This will run both the python scripts as well as npm serve and open Google Chrome.