Skip to content
#

minimax

Here are 136 public repositories matching this topic...

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…

  • Updated May 20, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the minimax topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the minimax topic, visit your repo's landing page and select "manage topics."

Learn more