samuelemusiani / project_37635

A program made to play a generalized version of connect 4 perfectly
GNU General Public License v3.0
1 stars 0 forks source link

Aperture table #4

Closed samuelemusiani closed 1 year ago

samuelemusiani commented 1 year ago

An aperture table is probably a good idea, especially in large board where we lost a lot of time searching for a move. The problem is that I don't now how to generate one or in general how to implement it.

samuelemusiani commented 1 year ago

Never done