Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 555 Bytes

File metadata and controls

17 lines (9 loc) · 555 Bytes

Back To README

Tic-Tac-Toe Core Loop Questions Answered

The core loop of the game, formalized to more easily create a project from. It answers our questions from the main readme.

What is the core loop of the game?

Core Loop Diagram

How do we start that loop?

The loop starts upon a new game beginning, after the starting player has chosen their character, X or O.

What makes that loop end?

The loop ends once the game is officially over. See rules for more detail.