Can html only be used to create a game. If so then how? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can html only be used to create a game. If so then how?

5th Feb 2019, 7:20 PM
Hector Domingo
Hector Domingo - avatar
6 Answers
+ 1
JavaScript can make your html page interactive so that's the way to make a game.
5th Feb 2019, 7:32 PM
Tibor Santa
Tibor Santa - avatar
+ 1
You can make a sudoku puzzle in html, or something similar static (that does not need interaction from the user)
5th Feb 2019, 7:35 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Thank you
5th Feb 2019, 7:42 PM
Hector Domingo
Hector Domingo - avatar
0
So a game cannot be made with html only
5th Feb 2019, 7:34 PM
Hector Domingo
Hector Domingo - avatar
0
Okay
5th Feb 2019, 7:41 PM
Hector Domingo
Hector Domingo - avatar
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
5th Feb 2019, 11:51 PM
Dominique Abou Samah
Dominique Abou Samah - avatar