Can html ONLY be used to create a game. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 20

Can html ONLY be used to create a game.

10th Mar 2019, 8:56 PM
Hector Domingo{ }
Hector Domingo{ } - avatar
12 Answers
+ 8
No. You will need JavaScript to have the game actually function, and CSS to make everything look nice.
10th Mar 2019, 9:15 PM
Rowsej
Rowsej - avatar
+ 10
Thanks to everybody
10th Apr 2019, 5:02 AM
Hector Domingo{ }
Hector Domingo{ } - avatar
+ 9
I really want a cool game But Wondering if html only be used No Why?
10th Mar 2019, 9:45 PM
Hector Domingo{ }
Hector Domingo{ } - avatar
+ 9
Rowsej is right, if you want a really cool game you'll have to use Javascript and CSS but some pros also use other languages like C++ and Python.
10th Mar 2019, 10:33 PM
Silhøuette
Silhøuette - avatar
+ 8
Thanks
12th Mar 2019, 7:20 PM
Hector Domingo{ }
Hector Domingo{ } - avatar
+ 7
No HTML is just a markup lamguage You will need to use JavaScript to control the behavior And Css to style it or how it will look like Yes
31st Mar 2019, 1:48 AM
Danyo Joe Crews Kumi Junior
Danyo Joe Crews Kumi Junior - avatar
+ 6
HTML is just markup, meaning it’s just the structure of the webpage. CSS is the styling, it controls how things look. JavaScript is the behavior, what hapens when you press a button or do something.
10th Mar 2019, 10:19 PM
Rowsej
Rowsej - avatar
+ 4
I don't know of any that use only html, but some people have created games using html and css. Maybe it could be done. It kind of depends on how you define a game
10th Mar 2019, 9:32 PM
Austin
+ 2
for me you can cheak out my snake game that i used with c++
16th Mar 2019, 8:01 PM
Fexer
Fexer - avatar
+ 2
But it will be a very raw game. As Rowsej said it will need CSS and JavaScript to make it more enjoyable
21st Mar 2019, 7:30 PM
Bryan
+ 2
It depends on the type of interaction between the game and the user.
15th Apr 2020, 12:44 PM
Kwesi Arthur
Kwesi Arthur - avatar
0
The answer is yes, I have made two games with only HTML, check these out: https://code.sololearn.com/Ws91M6dybzI8/?ref=app https://code.sololearn.com/WgSpmu7j0qGZ/?ref=app
28th Jul 2020, 10:12 PM
Karak10
Karak10 - avatar