10
PacRat
6y

printf("should i further my learning in python? what would you suggest for game development?")

Comments
  • 0
    You could use puts()
    At least my ide tells me everytime I use a printf without a formatting sequence in it.
    Not answering your question, just some linting.
  • 1
    C# unity is good for beginners.

    I still recommend learning c++ with SDL. If not, you won't understand wtf is going on
  • 0
    @Charon92 it's 2018, buddy, not 1998
  • 0
    unity3d and c# are pretty good. harder to get pro-looking results than in Unreal Engine, but the upside is you only need to learn one new language, which is universal, instead of UE's one completely wholly new paradigm along with a "language" (blueprints) plus one more language which is... frankly... a painful one and shouldn't really exist in 2018 anymore. sadly, we still have no viable alternative to completely replace it with
  • 0
    For simple 2D, I use LibGDX (Java) or LOVE2D (Lua). 3D - a little more difficult, but I’d advise against Unity if you want to get in deep and actually understand what you are doing from start to finish.
  • 0
    @Charon92 C++ is a good language to learn for just about anyone.

    Consider that nearly all modern languages have some c layer to it anyway.

    At least all the ones I have written in.
  • 0
    Can’t speak for game development but python is one hell of a poetic language.
  • 0
    @eArshdeep after doing a data science course using it (and no scikit, just numpy, jury’s out on pandas though), that poetry is like nails on chalkboard for me.
  • 0
    @nikmanG is that good? I don’t know. I’m not cultured.
  • 0
    @eArshdeep
  • 0
    Unity Game Engine is probably the best to step into for game development.
  • 0
    If you like working with a raw framework instead of largely GUI based and a lot of abstraction then I love MonoGame. I enjoy implementing a lot of the engine stuff myself but this is personal preference. Other I much prefer Unreal over Unity, amazing what you can do with blueprints and how much better a game will look out of the box.
Add Comment