## RoboticChess RoboticChess is an interactive app where you can play chess against AI bots, watch bots play each other, and create your own chess bots. It's a fun and flexible platform for anyone interested in chess or programming. ### Features - **Play Against Bots:** Challenge a variety of chess bots with different skill levels. - **Watch Bot Matches:** Observe exciting matches between AI bots. - **Create Your Own Bots:** Design and test your own chess bots using customizable logic. - **User-Friendly Interface:** Intuitive controls and a clean layout for seamless gameplay. ### Getting Started Web App: 1. Go to [the website](https://anton2026gamca.github.io/RoboticChess/src/App/) Electron: 1. Clone the repository: ```bash git clone https://github.com/anton2026gamca/RoboticChess.git ``` 2. Install dependencies: ```bash npm install ``` 3. Start the application: ```bash npm start ``` ### License This project is licensed under the [MIT License](https://github.com/anton2026gamca/RoboticChess?tab=MIT-1-ov-file).