Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 34

Thread: Easy game development?

  1. #21

    Default

    Quote Originally Posted by Reavs View Post
    Out of curiosity, any specific reason why you went with JS instead of C#?
    Not really, read up on both of them and just went with Javascript, I will eventually try learn C# as well, just starting with Javascript.

    Do you recommend starting with C#?

  2. #22

    Default

    Quote Originally Posted by Crableg View Post
    Not really, read up on both of them and just went with Javascript, I will eventually try learn C# as well, just starting with Javascript.

    Do you recommend starting with C#?
    Depends on what your goals are. If its only for Unity script, stick with JS else move on to C#. Javascript usage outside of Unity when it comes to game dev is limited.

  3. #23

    Default

    Quote Originally Posted by Reavs View Post
    Depends on what your goals are. If its only for Unity script, stick with JS else move on to C#. Javascript usage outside of Unity when it comes to game dev is limited.
    Ya I was mainly going to use it for Unity, then will try learn C# and python. Gonna take me a while but I'm enjoying it.

  4. #24

    Default

    Quote Originally Posted by Crableg View Post
    Ya I was mainly going to use it for Unity, then will try learn C# and python. Gonna take me a while but I'm enjoying it.
    Have a look at Codecademy if you have not done so yet.

  5. #25

    Default

    Javascript is a great language to start with. I just find it so easy and intuitive. Somewhat limited, but C++ would be limited as well without all those libraries

    Python is another good one to start off with, because it forces you to write neatly, as the whitespace defines what a piece of code does.

    I'd go with JS (for a good intro to programming), C++ (for the groundwork and background stuff - just the basic 1st semester Computer Science info, 1 book should suffice) and then focus on whatever you want/need, such as C#.

  6. #26
    Mr. Nice Guy Solitude's Avatar
    Join Date
    Feb 2009
    Location
    Silent Hill
    Posts
    16,144

    Default

    Most definitely do not listen to Ser_Bunnylot if you are going to make use of Unity.

    Since you have three languages to choose from in Unity, don't bother with C++ or Python. Of the three languages C#, UnityScript (Javascript) and Boo, you would most definitely not want to make use of Boo since very few people use it.

    As for C# and Javascript I'd say rather start with C#. The biggest advantage being that you can use Visual Studio 2014 Community Edition as your IDE which gives you amazing code completion and debugging. The second advantage is that most of the assets you'll use will be written in C# so if you ever need to edit one you will be able to do so.

    People found Javascript a bit easier but that was before Visual Studio with its Intellisense.

  7. #27

  8. #28

    Default

    Quote Originally Posted by HawkerZA View Post
    Is it better to learn unity or unreal,i hear unity is easier to learn but it can only utilize up to 4gb of ram?
    I mess around exclusively with Unreal. Super easy when using blueprints, however there is a catch.
    Most of the code is in C++ and the intellisense is horrid when it comes to finding syntax errors. So I have avoided prototyping in C++ but rather in Blueprints, once I am sure the blueprint is functioning without errors, then I move to C++.
    Lately my prototypes broke because they change code.
    For example:-

    Adding a UI interface was Add to Viewport, then you remove Viewport.
    So they changed it to Add to ViewPort, Remove from Parent.

    It's a little annoying that they make these changes, as you have to keep up to date with documentation.
    One thing I can say about unreal however, is there market place system seems to be working pretty well as you can purchase a whole package to handle a Pakour system with animations.


    Don't wanna hijack this thread, but I have been thinking about trying to get a South African Community made game. If anyone is interested.

    Side note:-
    So excited to see how far they get with implementing Nvidia tech:-
    Name:  StandableInflatable.JPG
Views: 16
Size:  123.0 KB
    Last edited by ArchieChoke; 03-02-2015 at 03:49 PM.

  9. #29

    Default

    Quote Originally Posted by ArchieChoke View Post

    Don't wanna hijack this thread, but I have been thinking about trying to get a South African Community made game. If anyone is interested.
    A Mygaming RPG, or simple team shooter of some type :P

  10. #30

    Default

    Quote Originally Posted by Crableg View Post
    A Mygaming RPG, or simple team shooter of some type [emoji14]
    Yeah something simple. Just the difference is the south African feels. Local languages, local plants, etc... from what I'm seeing there are a lot of people wanting to learn, but everyone doing their own thing. If everyone spent maybe an hour or 2 a day just improving or making content.it could turn out to something great.

Similar Threads

  1. 48 Hour Game Development Timelapse w/ Game Maker Studio
    By Ser_Bunnylot in forum Gaming Discussions
    Replies: 2
    Last Post: 29-08-2014, 08:28 AM
  2. Gmod aims to make game modding easy
    By James in forum Gaming News Articles
    Replies: 0
    Last Post: 07-05-2013, 11:23 AM
  3. Game Development
    By PenTanium in forum Off Topic
    Replies: 6
    Last Post: 10-06-2011, 09:15 AM
  4. Next Halo game in development
    By Tinman in forum Gaming Discussions
    Replies: 4
    Last Post: 20-11-2009, 02:04 PM
  5. Would you invest in game development?
    By Tinman in forum Gaming Discussions
    Replies: 7
    Last Post: 23-07-2009, 10:12 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •