nJohnson02 / tic-tac-toe

A tic-tac-toe game project for Computer Science 118
1 stars 1 forks source link

Create "ai" opponent #4

Open nJohnson02 opened 3 years ago

nJohnson02 commented 3 years ago

Create an algorithm that will play against the player, could just be random moves, or could try to implement basic game strategies.

nJohnson02 commented 3 years ago

Could also have a difficulty setting where it is more or less likely to make intentional mistakes.