bellaisgroovy / tic-tac-toe

0 stars 0 forks source link

optimize board checker #17

Open bellaisgroovy opened 4 months ago

bellaisgroovy commented 4 months ago

have it only check from the symbol just placed.

(for 3x3) have it only check for row matches in the left column, and column matches in the top row.