C# Game Development
C# Game Development is the process of creating a game using C# as the programming language.
C# (pronounced “C-Sharp”) was developed by Microsoft with Anders Hejlsberg as the principal designer and lead architect in 2000. It was later released with Visual Studio .NET 2002.
C-Sharp is a general object-oriented programming language and one of the most popular programming languages because it is both powerful and beginner-friendly. C-Sharp enables developers to build all types of games that run in .NET.
Whether you’re a beginner or advanced programmer our articles, tutorials, and courses will enhance your knowledge and provide the skills you need to create games in C#.
Articles:
Elements of Game Programming
Computer games push your computer to the limits. In fact, a good computer game must...
Read MoreHow To Create a C# Project in Visual Studio
In this article, you will learn how to create a new C# project in Visual...
Read MoreHow To Install Visual Studio
Visual Studio 2022 is the latest version of the visual studio released by Microsoft This...
Read MoreWhat is C# Game Development
C# Game Development is the process of creating a game using C# as the programming...
Read MoreTutorials:
How to Roll Dice in C#
How to Roll Dice in C# This tutorial will simulate the roll of two dice...
Read MoreHow to Shuffle a Deck of Cards in C#
How to Shuffle a Deck of Cards in C# In this tutorial you will build...
Read MoreSound Generation in C#
Adding Sound and Music to your game in C# In this tutorial, you will learn...
Read MoreImage Animation in C#
Animation and game programming go hand and hand, and when using a graphical environment like...
Read MoreControlling Your Game in C#
Handling Keyboard and Mouse Inputs in C# In this tutorial, you will learn how to...
Read MoreSource Code:
Basic Cards C# – Free source code
This project will deal 5 cards (animation) to 2 players, click on card in hand,...
Read MoreBasic Cards OOP C# – Free source code
This project will deal 52 cards (animation) as 4 rows of 13 cards. This project...
Read MoreBlackjack Game C# – Free source code
The Blackjack game is a modified version of Card Game Starter Kit – VCS. This...
Read MoreShuffle a Deck of Cards in C# – Free source code
This code will simulate how to shuffle a deck of cards using a C# Windows...
Read MoreRoll Dice in C# – Free source code
This code will simulate the roll of two dice in C# Windows Forms. The program...
Read MoreHangman Game C# with source code
The Hang Man game is built in C# and is a popular brain teaser game....
Read MoreMemory Card Game p2 – C# source code
The Memory Card Game is a card game (player vs computer) is using one deck...
Read MoreCard Matching Game p1 – C# source code
The Card Matching Game is a card game (single player) is using one deck of...
Read More