JayPay108 / Minimax-Chess-AI

Chess engine and AI written in C++ using minimax
3 stars 0 forks source link

Board array holding pieces needs to hold pointers to pieces #1

Closed JayPay108 closed 3 years ago

JayPay108 commented 3 years ago

Board array holding pieces needs to hold pointers to pieces rather than the pieces themselves. This will make moving pieces much faster and will greatly help the efficiency of the minimax function