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

underAttack #4

Closed dadhia closed 5 years ago

dadhia commented 5 years ago

Additional Notes:

dadhia commented 5 years ago

will reopen when knight and pawn are completed.

dadhia commented 5 years ago

none of this has been tested. I don't know how to test in Go lol. Also, we may need to discuss a way to optimize calls to this on the same game board (either group requests or cache the board).