Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T16:25:30.000Z (9 months ago)
- Last Synced: 2024-12-03T07:20:14.007Z (about 1 month 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
![](https://user-images.githubusercontent.com/48997634/174794647-0c851917-e5c9-4fb9-bf88-b61d89dc2f4f.gif)