Which coding language? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Which coding language?

I want to develop a game that can be found on a website, kind of like the unblocked games we all used to play at school. Which language do I use? Or is it just Java.

30th Apr 2024, 7:32 PM
KarmaScout
KarmaScout - avatar
2 Respostas
+ 3
A wise advise from me because i spent many years as an indie game dev. Use a game engine to create your game. I would suggest Godot. https://godotengine.org/ Godot Godot uses a special statically typed language called "GDscript" and the syntax is very similar to python. it has support for C# and C++ (Which are the top languages in game development) but you don't need them. GDscript is their superior. You can compile your godot game to run on the web browser. Also, godot run on low end pc (even core2 duo), other engines like unity, and unrealengine will lag and make life difficult during build time.
30th Apr 2024, 10:18 PM
White Shadow
White Shadow - avatar
0
Ok thank you šŸ™ I mainly use C so that's great that there's support for it
30th Apr 2024, 11:03 PM
KarmaScout
KarmaScout - avatar