I developed a fully functional web-based chess game using HTML, CSS, and JavaScript. The project focuses on creating an interactive and user-friendly interface while implementing the core logic of the game.
The game features a visually structur…
I developed a fully functional web-based chess game using HTML, CSS, and JavaScript. The project focuses on creating an interactive and user-friendly interface while implementing the core logic of the game.
The game features a visually structured chessboard designed with CSS, while JavaScript handles piece movement, turn-based gameplay, and rule enforcement. Players can move pieces according to standard chess rules, with validations to ensure legal moves.
This project helped me strengthen my understanding of DOM manipulation, event handling, and game logic implementation in JavaScript. It also demonstrates my ability to build dynamic, responsive web applications from scratch without relying on external libraries or frameworks.
Used AI for debugging and learning new concepts.