How to Create a Multiplayer Card Game in Unity

Intro - How to Create a Multiplayer Card Game in Unity
with RamonDev|4 years experience
13305views
How to Create a Multiplayer Card Game in Unity
- English
- Game Development
Unity
- Project length: 5h 05m
Throughout these tutorials, you will learn how to make a card game similar to Hearthstone
Overview
Introduction
This project will be about making a simple multiplayer card game in Unity, including Cards, Creatures, User Interface, and Players with Health, Mana, and Victory conditions. This project should take you about 6 hours to finish.
What are the requirements?
- Basic C#
What is the target audience?
- Game Developers who love Card Games
Project Outline
The project outline explains what you will learn in each session
Welcome to this tutorial series, in this session we'll be learning how to install and setup the project tools we require which are Unity and Visual Studio. We will also be creating the basic script structure, including Managers, Controllers and Data scripts. All of these are essential to any good Unity project.