Skip to content

Three levels of chess engine utilizing mini-max, alpha-beta pruning, and piece-square tables, on a nice React UI.

Notifications You must be signed in to change notification settings

plettj/ts-chess-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trash Chess API and Engine

I have built a chess API with TypeScript, React w/Hooks, MUI, chess.js, and chessboard.jsx. It is my first time using any of these tools!

Engine system

For my chess bots, I implemented a humble combination of a mini-max algorithm with alpha-beta pruning and piece-square-table-heuristic position analysis.

About

Three levels of chess engine utilizing mini-max, alpha-beta pruning, and piece-square tables, on a nice React UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages