+ 1
Please can i use html to code any game?
4 Antworten
+ 3
JavaScript uses Document Object Model to modify HTML, easiest way to make games in HTML is to learn JavaScript and DOM.
+ 1
As others said, yes you can make games using HTML using JavaScript but you cannot just make any games with it because JavaScript is an interpreted language which is not a good choice for games. If you are really into learning how to make game then you should learn compiled languages like java, c# or c++ or any other compiled language which you think is good enough for you. But if your aim is browser games then go for JavaScript.
0
With just a markup language you can't get much functionality. You'll need a scripting language, that can be used to modify HTML, JavaScript is the most common to modify HTML.
0
How do i do it