0
Aide
Quel est le langage le plus simple pour crée un jeu vidéo
2 Respostas
+ 1
I think html,css, javascript? Cause you can literally create simple games with these languages in mobile itself.
https://sololearn.com/compiler-playground/Wux2hzlVX0h2/?ref=app
https://sololearn.com/compiler-playground/W8fA89ljnvQ2/?ref=app
https://sololearn.com/compiler-playground/W63dvTL2ot4i/?ref=app
0
For web-based games html, css and js is great as well as easy, as Manav Roy said.
But for app or software based games, C++ and C# are some of the most used. Though, you can also create simple text-based or small interactive games using Java/Kotlin.