Create a database that can store game data and be used to improve the computer player for single player mode. at the very least the database should be able to hold an ordered list of bitboards associated with a game and the outcome of that game. It should also be able to store individual bitboards and a weight associated with the given board that can be quickly accessed.
Create a database that can store game data and be used to improve the computer player for single player mode. at the very least the database should be able to hold an ordered list of bitboards associated with a game and the outcome of that game. It should also be able to store individual bitboards and a weight associated with the given board that can be quickly accessed.