Welcome to the Simple Chess Game project! This project allows you to play chess against your friends directly in your web browser.
To start playing:
- Clone this repository.
- Open
index.html
in your web browser.
- Click on a piece to select it.
- Click on a valid square to move the selected piece.
- Implements basic chess rules for movement.
- Piece-specific movement logic is incomplete.
- The AI currently makes random valid moves.
- AI logic is rudimentary and needs improvement.
chess-game/
└── index.html
└── css/
└── styles.css
└── js/
└── script.js (Incomplete - Needs piece-specific movement logic and improved AI)
- Implement movement rules for all chess pieces (knights, bishops, rooks, queens, kings).
- Improve AI using algorithms like Minimax with Alpha-Beta Pruning.
- Enhance user interface with features like move history, check indicators, etc.
- Chessboard.js for rendering the chessboard.
- Chess.js for chess game logic.
Feel free to contribute to improving this project! Fork it, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or suggestions.
Enjoy playing chess! ♕♖♗♘♙♚♛♜