A modern, browser-based chess game built using HTML, CSS, and JavaScript. It supports drag-and-drop interaction, legal move validation, and turn-based gameplay. Designed to be lightweight, responsive, and extendable for future features like AI and multiplayer.
- Classic chess rules implemented
- Drag-and-drop or click-to-move functionality
- Turn-based logic with move validation
- Responsive design for desktop and mobile
- Clean and minimal UI
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone the repository git clone https://github.com/ultimateebeast/chess-game cd chess-game Open the game
Double-click on index.html or
Use a live server (e.g., VS Code Live Server)
π Folder Structure chess-game/ βββ index.html # Main game UI βββ style.css # Styling βββ script.js # Chess logic and interactivity βββ assets/ # Piece images, icons (if any)
π§βπ» Author Pratyush Jain π GitHub: @ultimateebeast
π License This project is licensed under the MIT License.