+ 4
Can you make video games in HTML?
If so, is HTML good for making video games?
5 Respostas
+ 7
I think you'd need something like JavaScript to make the game responsive
+ 10
You need JS for that
Here's a Tutorial you can use for making games with HTML Canvas :-
https://www.w3schools.com/graphics/game_canvas.asp
You can also use a Javascript library ' p5.js ' .. A great youtube channel for learning p5.js :-
https://m.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw
+ 6
Download the right ebooks to help you
https://www.sololearn.com/discuss/204501/?ref=app
https://www.sololearn.com/discuss/790206/?ref=app
+ 3
I believe you can, if you include JS and CSS.
+ 1
Thanks🙃