- 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.
C# Kids Course
This course is for those who want to get started with C#, or have a little experience with C#. It suits school students, university students, and anyone who wants to quickly learn the basics and start writing simple programs.
In this course you will build a real Tic-Tac-Toe game. There will be little theory and a lot of practice. The course briefly covers the fundamentals needed to write the game:
- comments in code
- errors
- console output
- console input
- variables
- arrays
- functions
- branching
- for loops
The course consists of several steps. Each step provides the necessary theory and exercises. At the end of each step there is practice where stages of the game are implemented.