Skip to content

Walkthrough for beginner coders for learning C# to make a game.

License

Notifications You must be signed in to change notification settings

DigitalOxCanada/Mud2D

Repository files navigation

Mud2D

Walkthrough for beginner coders for learning C# to make a game.

I made this set of lessons mainly to help someone out learning C#. It was an off the top of the head idea to go with and absolutely no planning was put into place. This was intentional by design. Going through the lessons you will get to see how ideas can start simple and small and mutate into bigger, better and more structured. If you can follow the changes from lesson to lesson you will see the thought process of where and how I needed to make changes for the better. I chose text graphics so that anyone learning from these lessons doesn't get bogged down with graphic engines which are complex and very involved. With minimal graphic representation the focus is on the C# code to make the game work. The game Sword of Fargoal was the main inspiration.

I hope anyone wanting to learn C# and the basics of object oriented programming and game development find these lessons helpful.

To Use

git clone https://github.com/DigitalOxCanada/Mud2D.git

Then from powershell or cmd go into a lesson folder and use these commands to edit the project

code .   

or

start Mud2D.sln

or to just build and run the project

dotnet run

Updates

Upgraded projects to DotNet 8.

About

Walkthrough for beginner coders for learning C# to make a game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages