rbaker26 / TicTacToe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idiot AI

Autofire opened this issue · comments

There needs to be an AI level which is totally stupid. All it would have to do is select a random available space.

Note that this does NOT involve creating UI/logic to select the Idiot AI. This is just the Idiot AI's game logic.

Tasks

  • Create behavior which, when asked for a move, selects an open space via random selection.

Done

When playing against the Idiot AI, the AI needs to be functional, not cause any crashes, and play according to the specifications.