Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

Check logic #7

Closed Vadman97 closed 5 years ago

Vadman97 commented 5 years ago

If the king is in check, the only moves allowed should be moving out of check.

Vadman97 commented 5 years ago

Currently not implemented

dadhia commented 5 years ago

resolved in #33 . Closing this issue.