- Step 1. About C#Introduction to C#. Running code. Comments. Errors.
- Step 2. Printing the Game BoardConsole output. Variables. Arrays. Implementing board printing.
- Step 3. Player MoveConsole input. Type conversion. Functions. Implementing a player move.
- Step 4. Players Take TurnsBoolean type. Branching. For loop. Implementing players taking turns.
- Step 5. CompletionWin requirements. Win-check function.
Step 2. Printing the Game Board
In this step we cover a bit of theory, learn console output, variables, and arrays. Then we start writing the Tic-Tac-Toe game.
This step covers:
- console output
- data types
- declaring variables
- reading variables
- changing variables
- string interpolation
- arrays
- printing the game board