Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanhyd authored Feb 15, 2022
1 parent d58e58b commit 6e9b24e
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
# KittyEngineV4

A bitboard-based chess engine guided by Code Monkey King, check out his youtube channel for more info:<br />
A magic bitboard based chess engine written in C++
Fully support Universal Chess Interface

# Decision Tree
Negamax + PV search with alhpa-beta pruning

# Pruning Technique
Move Ordering
PV Table
Null Move Pruning
Late Move Reduction
Quiescence Search
Transposition Table with Zobrist Hashing
Respiratory Window



# To-Do List:
Book Opening
Better pruning technique
Multithreading Searching

# Reference
A bitboard-based chess engine guided by Code Monkey King:<br />
https://www.youtube.com/channel/UClA-jNuyJKqN-xCm7KPG_XA<br />
https://www.youtube.com/channel/UCB9-prLkPwgvlKKqDgXhsMQ<br />


A tutorial code from David Miller: http://www.millermattson.com/dave/<br />
Neural Network Architecture from David Miller:
David Miller: http://www.millermattson.com/dave/<br />

Currently working on custom neural network evaluation, still long way to go xd

0 comments on commit 6e9b24e

Please sign in to comment.