+ 2
Could someone help me?
I'm building a basic RPG using Python/Python3 and was wondering if anyone could help me give enemies the ability to fight back and add interactivity with NPCs. I started coding on Saturday (2-24-18) and am currently at +/-419 lines of code. Any assistance will be credited. Thank you in advance.
4 ответов
+ 3
If you really want to make a game (I’m not saying yours won’t be, just a suggestion) try the Unity game engine. If you can make a good game in python, you have my congratulations because I could never do anything in it. But, though I can’t help, I wish you good luck!
+ 3
Btw, if you want to see what you can do in Unity, look at this code and tap the links when you run it. They’re all free. 😉 https://code.sololearn.com/WU4a07Dv94yX/?ref=app
+ 2
Unity is good for game development but not the best, the normal programming languages as C++, C#,Java and python are the best because they have unlimited imagination to create your own world and physics related to objects.
+ 1
Thanks guys, I'll look into them