You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert BoardGamesEngine into executable so it can be used to play games, for example: BoardGamesEngine.exe chess -player1:depth=8 -player2:depth=10 BoardGamesEngine.exe chess -player2:depth=10,eval=material BoardGamesEngine.exe connect4 -player2:depth=10 play against computer with depth=10 and empty eval function.
player1 and player2 if not specified are played by the user. For example: BoardGamesEngine.exe chess will prompt user for all white and black moves.
The text was updated successfully, but these errors were encountered:
Convert BoardGamesEngine into executable so it can be used to play games, for example:
BoardGamesEngine.exe chess -player1:depth=8 -player2:depth=10
BoardGamesEngine.exe chess -player2:depth=10,eval=material
BoardGamesEngine.exe connect4 -player2:depth=10
play against computer with depth=10 and empty eval function.player1
andplayer2
if not specified are played by the user. For example:BoardGamesEngine.exe chess
will prompt user for all white and black moves.The text was updated successfully, but these errors were encountered: