0
Is html good for game developing?
I am a begginer, and I don't know anything about coding. Thank you for answering (・â˘Ěá´-)â§
3 Answers
+ 5
Yes, HTML, CSS, and JavaScript can be pretty good for game development especially.
One big benefit of it is that basically all computing devices can play games implemented with JS and HTML. One weakness in comparison to Swift is it can be harder to make money from games made in HTML as apposed to selling them as an app.
HTML5's canvas is great for 2D graphics and there are several libraries to help.
If you're a beginner, you should start with 2D graphics. 3D graphics is possible with WebGL.