C# Activities
Lessons to introduce C# and some fundamental programming concepts.
ASCII Art
This lesson covers console output and methods. The goal of the lesson is to build a simple piece of ASCII art using the C# console.
Choose Your Own Adventure
This lesson covers input/output from the console, variables, and conditional statements. The goal of the lesson is to build a simple Choose Your Own Adventure game using the C# console.