- 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 1. About C#
In the first step you will install an IDE, create a console application, and get familiar with C#. You will cover its main characteristics and areas of use. You will also learn how to write comments and how C# handles errors.
This step covers:
- IDE overview
- IDE installation
- creating a console application
- a simple C# program example
- main language characteristics
- areas of use
- comments
- error types
- finding and fixing errors