A Python-based chess bot that utilizes browser automation and the Stockfish engine to analyze board states and calculate optimal moves in real-time.
- Browser Automation: Uses Selenium to interact with chess interfaces directly.
- Engine Integration: Powered by the open-source Stockfish chess engine for grandmaster-level move calculation.
- State Tracking: Custom debug board to track moves and verify board states.
- Language: Python 3
- Libraries:
selenium,stockfish - Deployment: Designed for headless execution on cloud platforms like Render.
- Clone the repository:
git clone [https://github.com/kailash6207/chess_bot.git](https://github.com/kailash6207/chess_bot.git)