
C# Adventure Game Introduction - Programming is Fun
Building a C# adventure game can be a fun way to learn how to code. While constructing a text-based game, you can gain an understanding of fundamental programming concepts, and an introduction to …
Intermediate C# Programming: Card Games Introduction
An intermediate C# card games project. The components created will allow you to add more games later to a framework.
Learn • Programming is Fun
Learn programming fundamentals as you create a text-based adventure game with C#. This online text was created for those with little or no programming experience.
C# Adventure 05: Classes and Objects - Programming is Fun
In this section of the Adventure Game series we'll re-conceptualize our existing code as classes. We'll also talk about how C# is an object-oriented language and how to create custom classes for our …
C# Adventure 02: Output - Programming is Fun
This series will cover the basics of the IDE needed to build our Adventure Game, but if you want to learn more about it there are plenty of resources available.
C# Adventure 10: Content Arrays - Programming is Fun
In the last two sections we'll use lists to track items that have been found by the player, discuss objects (instances of a class), and look at an alternative way to work with content in our game.
Programming is Fun • Playful Code Adventures
Learn C# C# Adventure Game: An Introduction to Programming Build a text adventure game and learn programming basics along the way: C# Adventure.
Word Guessing Game: C# Console Application - Programming is Fun
Aug 10, 2016 · We'll create a game where the player will try to guess a random number. Fundamental programming concepts will be covered as we build the C# console application.
C# Adventure 12: Menu-Driven Navigation - Programming is Fun
Let's test your C# knowledge by walking through the creation of an alternative framework. For each task write the code in your project before you check the example code.
Numeric Guessing Game: C# Console Application - Programming is Fun
Aug 10, 2016 · Create a game where the player will try to guess a random number. C# console application with type conversion, random numbers, and conditional statements.