# Chess Bot Maker Play chess against AI bots or create your own chess-playing algorithms! This project features modern React UI, Blockly-based visual bot builder, stockfish.js integration, and bot tournaments. [Live Demo](https://chess-bot-maker.netlify.app) | [See it in Action](#screenshot) ![Chess Bot Maker Screenshot](public/vite.svg) ## Features - Play against 8 built-in chess bots with unique strategies - Create custom bots with JavaScript or Blockly visual editor - Run tournaments between custom bots - Visual move feedback and position evaluation - Light/Dark theme support - Built with React, Vite, chess.js, chessground and Blockly ## Development To run locally: ```bash npm install npm run dev ``` ## Building for Production ```bash npm run build ``` ## Deployment Project is configured for GitHub Pages deployment. Push to `main/master` branch to deploy automatically. ## License Project is released under the [GNU GPLv3 License](LICENSE) - see LICENSE file for details.