https://github.com/mejatintiwari/chess
This is a chess engine created with JavaScript, HTML, and CSS. The computer can play against you with three difficulty levels: easy, medium, hard. The chess engine uses the minimax algorithm to decide on the best move to make. The minimax algorithm examines a large tree of possible moves that can be played by the computer and the opponent (human…
https://github.com/mejatintiwari/chess
chess
Last synced: 2 months ago
JSON representation
This is a chess engine created with JavaScript, HTML, and CSS. The computer can play against you with three difficulty levels: easy, medium, hard. The chess engine uses the minimax algorithm to decide on the best move to make. The minimax algorithm examines a large tree of possible moves that can be played by the computer and the opponent (human…
- Host: GitHub
- URL: https://github.com/mejatintiwari/chess
- Owner: Mejatintiwari
- License: mit
- Created: 2024-04-21T15:33:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T16:25:30.000Z (about 1 year ago)
- Last Synced: 2025-01-07T11:14:48.784Z (4 months ago)
- Topics: chess
- Language: JavaScript
- Homepage: https://jatintiwari0.github.io/chess/
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess
This is a chess engine created with JavaScript, HTML, and CSS. The computer can play against you with three difficulty levels: easy, medium, hard. The chess engine uses the minimax algorithm to decide on the best move to make. The minimax algorithm examines a large tree of possible moves that can be played by the computer and the opponent (human…## 📐 Tech Stack
- 🔥 **JavaScript**
- ▶️ **HTML**
- 🍞 **CSS**## 👩⚖️ License
The software is published under the [`MIT` License](/LICENSE).
## 🌟 Support this project
