Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 664 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 664 Bytes

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.

🌟 Support this project