How do I make Turn-based RPG?
I want to make an Turn-based RPG but don't know where to start and what do I need to code and learn about it. The turn-based system I design it one or more character in the field the maximum is 5 character that I can bring in the battle, the left side is the player, the right side is the enemy. When click on a character is will show command and fight with the selected enemy and the character have differences range attack. Right now I just want to make it to be able to attack enemy and taking damage from both sides. Can someone give me some guidance. Thanks in advance.
If you plan on making a game you are going to have to learn to programme. There is no code specifically made for Turn based RPGs so you will have to lookup tutorials on program$$anonymous$$g and using the unity engine.
Do you have any recommend tutorials I tried to find some of it by myself but the results is naught. I think is cause I don't know where to start coding or what to code yet.
Answer by Zoogyburger · Apr 15, 2017 at 07:01 PM
You're definitely going to have to learn how to code before you can make something like this. However, here's some stuff to get you started:
https://www.youtube.com/watch?v=kIcm3QcW8H4
https://github.com/mindcandy/lu-battle-rpg
https://github.com/mindcandy/lu-battle-rpg/blob/master/UnityTutorialRPGBattle.pdf
Your answer
Follow this Question
Related Questions
Tile-based Enemy AI issue 0 Answers
Unity coding problem 1 Answer
Error message with script 2 Answers
c# cods spaceship 0 Answers