A web-based chess game built with Python (Flask backend) and HTML/CSS/JS frontend.
- Two-player and AI opponent
- Legal move validation
- Move history (via FEN)
- Save/load games
git clone <your-repo-url>
cd chess-game
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
bash run.sh