Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Unity Lecture #2 - How to make turn based card game

Posted By: naag
Unity Lecture #2 - How to make turn based card game

Unity Lecture #2 - How to make turn based card game
MP4 | Video: 1280x720 | 102 kbps | 44 KHz | Duration: 2 Hours | 310 MB
Genre: eLearning | Language: English

About programming turn based game structure, card,skill usage system by C# and unity. For example, Magic the gathering.

This lecture is about how to program turn based game's turn structure, card game's card usage system by Unity and C#.

[Turn based game's turn structure]

*Using unity's StartCoroutine, enum syntax, you will learn how to program it from the scratch.

*For example, I adopt famous card game, "Magic the Gathering". You will learn its turn structure and how to program it.

[Card, RPG game's card, skill usage system]

*Normally, card game or RPG game has many skills, cards. If user click some skill icon or card UI, relative skill or card's function should be executed.

*But how will you make it? Using "if" or "switch" syntax? This is too annoying and not elegant way at all.

*Instead, you will learn how to make this system using Abstract class and inherited specific class, List and foreach syntax.

*And also, you will learn how to use StartCoroutine in specific card class which does not inherit MonoBehaviour like normal unity C# script start from it.


This lecture consisted by rather short videos, but this include core mechanism to programming above game, and I typed each script from the scratch, so you will get to the point shortly and thoroughly.


Unity Lecture #2 - How to make turn based card game