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
Being able to see the board state itself proved very handy, but it does impact performance astronomically. Being able to toggle these debug states would be very handy.
Ideas for possible flags:
Maximum performance (disables all progress reporting)
Refresh interval (sets the time between progress updates)
Board debug (prints current board state, perhaps scaled to fit console size)
Pass starting position and board size as flags instead of hard coded params (default to 1,1 8x8)
The text was updated successfully, but these errors were encountered:
Being able to see the board state itself proved very handy, but it does impact performance astronomically. Being able to toggle these debug states would be very handy.
Ideas for possible flags:
The text was updated successfully, but these errors were encountered: