- 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 5. Completion
In this step we write a win-check function and finish the game implementation.
This step covers:
- defining win requirements
- defining the function signature
- full game code