0
Which is not the hardest, python3 or html5?
Im thinking of starting a video game project.
2 Respostas
+ 4
Hardest? Everything is "hard" when you don't know it and "easy" when you do know it. Path of least resistance isn't the best path most often. If you're looking for an easy path, then making video games and programming probably worst decision. :D
However, between the two of those, they're both very easy and HTML is the easiest as it's just a markup language & not a programming language.
+ 1
You can't create a game using only HTML, because it is not a programming language, so you should start with python (and create a game using pygame) or learn learn JavaScript and HTML. If you want to create a more complex game, a game engine like Unity (with C#) is better.