which language should I use to program an app (game)

laoshu

Newbie
Joined
Jun 26, 2020
Messages
1
Reaction score
0
Hello!
I'am a mediocre programmer, only familiar with Java. I want to program one of those "easy" interactive puzzle games. My question is what is the best and easiest language/platform to use? and any tips and tricks that i might need in the future.

best regards!
 
Unity, which uses C# (C-easy-mode)...

https://unity.com/

Using a dominant platform like Unity will make it very easy to hire additional devs to help on your code base if it takes off, and also compiles down to iPhone, Android, etc etc

Additionally, there is a tonnnnn of community guides and support.
 
This is not a right forum to ask these questions, and why this is your 1st thread.

Nvm, its better to choose Godot to develop your 2D puzzle game, sure you can choose Unity, only the learning curve is steeper than former. The language of Godot is GDscript (similar to python), C++/C#, while Unity support C++/C#, Javascript and others.

For quick launch a project, Godot is better. For similar questions, ask Google please, this forum is mainly focus on internet marketing which is not game development, very few developers here.
 
Back
Top