Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global Tic-Tac-Toe state #35

Closed
3 tasks done
ethanl21 opened this issue Mar 15, 2023 · 1 comment
Closed
3 tasks done

Global Tic-Tac-Toe state #35

ethanl21 opened this issue Mar 15, 2023 · 1 comment
Assignees

Comments

@ethanl21
Copy link
Collaborator

ethanl21 commented Mar 15, 2023

The state of the TicTacToe game should be global so it is not lost when transitioning to and from the its scene.

Tasks include:

  • Track the TicTacToe game's state in a singleton

Definition of done includes:

  • Both players (user and AI) can claim squares on the TicTacToe board, depending on the RoundState
  • When transitioning to an in-progress tic-tac-toe game, the previous marked squares are indicated

I don't anticipate that this task will be blocked by anything in particular.

@Kynot54
Copy link
Owner

Kynot54 commented Mar 22, 2023

Done, there are other debugging issues that I've noted and will list as separate issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants