0
Can html only be used to create a game. If so then how?
6 Antworten
+ 1
JavaScript can make your html page interactive so that's the way to make a game.
+ 1
You can make a sudoku puzzle in html, or something similar static (that does not need interaction from the user)
+ 1
Thank you
0
So a game cannot be made with html only
0
Okay
0
You need JavaScript to allow interaction.
My personal recommendation for games would be the JavaScript library called p5.js which helps with 2d and 3d animation