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 simple Player vs Cpu tiktactoe game using Random class in JAVA.
in this game we use 2 dimensional array as a board and the positions of X and O is
decided by swich case between Cpu (Random Class) and Player (user input) 😊
here is how it looks after running
About
A simple tiktactoe game (Player vs Cpu) using Random class in JAVA.