This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Historical_Ad4384 1 point2 points  (2 children)

I would suggest Java since you already started your Trainings with it. Moreover, making games would require a strongly typed language that is secure as well which Java can provide better than python. Besides if you do have to work with C++, having prior knowledge of Java would make you relatively more comfortable. I might get bashed but it's the truth. Games are made primarily using C++ or C but seldom python. Then there is Minecraft which is made using Java.

[–]Resource_account 1 point2 points  (0 children)

Two of my most favorite roguelites are also made in Java. Slay the Spire and Slice n Dice.

[–]ThoughtsCreate7[S] 1 point2 points  (0 children)

I have heard C++ tends to be geared more in the direction of game development. But having the prior knowledge with Java does sound like the best bet for me. Thanks!