Feral Heart

Off topic => Discussion Board => Topic started by: ShadowFang1355 on March 23, 2017, 12:48:49 am

Title: So I want to make a game but I'm not sure how
Post by: ShadowFang1355 on March 23, 2017, 12:48:49 am
(Not sure if I posted this in the right place but I think I did?)
So right now I got Unity and Python, are these the right things to use? Also, any ideas or advice on how to do any of it? Like if I decide I want to play it with friends how exactly do I make the game online, and would it be free to do so? Any other programs I should get?

I'm mostly looking for advice but a few ideas would be nice too.
Title: Re: So I want to make a game but I'm not sure how
Post by: ForestHysteria on March 23, 2017, 01:16:45 am
Making a game is tough but it can be enjoyable.
Unity and Python are good to work with (I've worked with Python Script in the past) but it depends on what sort of game you are making, if it's like IT/FH then you should consider making a private IT server for you and your friends. The source code for that can be found on K.I.T.O otherwise, coding is a tough thing to learn, it's like a new language. I suggest you play around with it and once you feel comfortable then try making a game or try an IT server.
Title: Re: So I want to make a game but I'm not sure how
Post by: ShadowFang1355 on March 23, 2017, 01:29:06 am
Making a game is tough but it can be enjoyable.
Unity and Python are good to work with (I've worked with Python Script in the past) but it depends on what sort of game you are making, if it's like IT/FH then you should consider making a private IT server for you and your friends. The source code for that can be found on K.I.T.O otherwise, coding is a tough thing to learn, it's like a new language. I suggest you play around with it and once you feel comfortable then try making a game or try an IT server.
Okay, I'll try playing around with Unity and Python then look up some coding stuff. Thanks
Title: Re: So I want to make a game but I'm not sure how
Post by: ForestHysteria on March 23, 2017, 02:18:19 am
No problem, I'm happy to help. c:
Title: Re: So I want to make a game but I'm not sure how
Post by: Wyldercat on May 22, 2017, 07:48:01 pm
Hey, sorry if this is a bit late, but if python's giving you trouble, I personally prefer C# for Unity. As an added plus, I believe a number of coding school websites have example scripts for basic coding templates (ex: movement, first person, kill scripts, etc.). Here (http://catlikecoding.com/unity/tutorials/) is one that I remember using a couple years back. Best of luck with your game!
Title: Re: So I want to make a game but I'm not sure how
Post by: ShadowFang1355 on May 22, 2017, 09:29:25 pm
Hey, sorry if this is a bit late, but if python's giving you trouble, I personally prefer C# for Unity. As an added plus, I believe a number of coding school websites have example scripts for basic coding templates (ex: movement, first person, kill scripts, etc.). Here (http://catlikecoding.com/unity/tutorials/) is one that I remember using a couple years back. Best of luck with your game!
Thanks, I'll be looking at it