Thanks to visit codestin.com
Credit goes to thecoderscat.wordpress.com

Home

Learn how to program in C#!

Learn how to program simple C# programs to complex Unity games, through blog posts and video tutorials.

Hangman Game In C#

In this tutorial, we will learn how to create the Hangman game/ word guessing game in C#. Let’s get started! Firstly let’s create a string variable named word and assign it the word we want the player to guess. Feel free to choose any word you would like! Then let’s create two integers – one…

Snake Game In C# (Intermediate)

In this tutorial, we’ll cover how to make a snake game within the console, with the use of C#! Firstly after opening our project in VS, let’s start of by creating a new class named Coord. This class will contain two integers fields – an x and y component. We’ll initialise these in the constructor…

Tic Tac Toe In C#

In this tutorial we’ll cover how to create tic tac toe/ noughts and crosses in C#. (If you’d prefer to see a video version, check it out here!) Let’s firstly start by creating our grid! To represent our grid we’ll use a string array with 9 elements. Let’s also instantly initialise it with numbers 1…


Design a site like this with WordPress.com
Get started