How Would I create alternate players (Turn base Event)
Posted
by
Blue
on Game Development
See other posts from Game Development
or by Blue
Published on 2012-06-29T18:44:18Z
Indexed on
2012/06/29
21:24 UTC
Read the original article
Hit count: 221
unity
|turn-based
The picture above shows 2 players. Each containing 3 characters. I want to know how to make a Turn based event starting with player 1 alternating turns with player 2. And in every alternation each character gets a turn. If a character dies, the next character on the same team goes, and so on.
How would I create this? Is there a tutorial? I haven't made any turn-based games so I don't know how to program these kinds of stuff.
© Game Development or respective owner