Skip to content

Minimax implementation used for chess evaluation

License

Notifications You must be signed in to change notification settings

aleferu/mini-a-b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-a-b

WIP. Chess evaluator using minimax?

Currently

IT DOES NOTHING RIGHT NOW.

Currently working on the foundation of the game and learning about minimax, alpha-beta pruning and NNUE's.

TODO:

TODO Status
Evaluaton of current board Done but may change
Move generator On it
Minimax Soon?
Alpha-beta pruning Studying
NNUE Maybe other project?