Learn how to create a turn based battle system in C#! I've created a previous beginner tutorial on this topic in the past here: • Turn Based Combat Game - C# Beginner Project . However this video is much more advanced and uses classes for the units which can easily be expanded upon to create your perfect idea for a battle system!
Read the blogpost here: https://thecoderscat.wordpress.com/20...
Any questions? Drop a comment below or privately message me about it and I'll lend you a hand! :)
Check out my socials here:
Instagram: / thecoderscat_
GitHub: https://github.com/thecoderscat
Ko-fi: https://ko-fi.com/thecoderscat
Join this channel and become a Developurr to get access to the following perks: / @thecoderscat
Thanks for watching!
#csharp #dotnet
0:00 Intro
0:15 Unit Class
1:49 Unit Attacking
4:51 Game Logic
6:10 Unit Properties
7:47 Unit Healing
9:12 Unit Death
9:58 Finishing Game Logic
11:10 Game Loop
11:58 End Result