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
A Badass Tic Tac Toe Game using Java language with different levels of hardness. The most interesting part about the project is the last level that implements a learning mechanism that record machine's loser choices throughout the game, so that, never repeat them again.