rbaker26 / TicTacToe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create the player's option window (UI)

rbaker26 opened this issue · comments

  • Have a window that allows the player to choose level of difficulty: have an easy and hard option.
  • Have buttons that allow the player to start game and end game.
  • A suggested option: create a scoreboard for players, and have 3 rounds per game to break a tie.

I'll call it a specific kind of UI. Pretty much an option window for the player. If the player chooses difficult, it will call the mastermind AI and if easy then we call idiot AI.