A simple chess game built using HTML, CSS, and JavaScript. This project demonstrates how to create a chessboard, place pieces, and handle basic piece movements. It serves as an excellent starting point for beginners looking to understand the fundamentals of web development and game logic.
You can also see a live demo of the project here.
- A fully functional 8x8 chessboard.
- Initial setup of all standard chess pieces.
- Basic piece movement following standard chess rules.
- Click to select and move pieces.
- Highlights selected piece and possible moves (future feature).
- Piece capture logic (future feature).
- Turn-based system (future feature).
- HTML: For structuring the chessboard and pieces.
- CSS: For styling the chessboard and pieces.
- JavaScript: For implementing game logic and interactions.
-
Clone the repository:
git clone https://github.com/Leslie-23/chessGame.git
