+ 4
is html5 good for making games
I need to know
7 Respostas
+ 9
Check out some of the trending web codes and look at how they were coded, you'll get some ideas of what it can do.
In my mind, html, css, and JavaScript are all a part of the web development codebook, and no website/game/web App, whatever, is truly going to look good and be responsive and interactive without all three.
I could go on but without knowing why you need to know, I could get off track lol.
Bottom line: It depends on what you want to develop. You will need css, js and html.
+ 5
You can't do anything with just HTML, if you want to build a web game, use JS.
+ 3
You can't make games in just HTML. It's a markup language (no scripts, no interactivity). As The Coding Sloth said, you must use JS. If you plan on making browser games I recommend learning P5.js, but you'll need a good JS foundation.
+ 2
No.
+ 2
can you help me to develop this game https://code.sololearn.com/WyQ32Fz2dF71/
+ 1
I've seen many people (on solonlearn) create amazing pages and web games. Not one of them was created with only html.
+ 1
ok thanks people