Skip to content

An Electron AI Chess Application based on minimax-algorithm with alpha-beta pruning

Notifications You must be signed in to change notification settings

MrChriwo/Minimax-Chess-AI

Repository files navigation

minimax-chess-ai

This project revolves around creating a chess AI game using an Electron application with React and TypeScript. The core of the game involves implementing the minimax algorithm with alpha-beta pruning for strategic and challenging gameplay.

Currently the heuristic is quite simple by evaluating the pieces.

image

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

About

An Electron AI Chess Application based on minimax-algorithm with alpha-beta pruning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published