+ 20
Can html ONLY be used to create a game.
12 Respostas
+ 8
No. You will need JavaScript to have the game actually function, and CSS to make everything look nice.
+ 10
Thanks to everybody
+ 9
I really want a cool game
But
Wondering if html only be used
No
Why?
+ 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.
+ 8
Thanks
+ 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
+ 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.
+ 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
+ 2
for me you can cheak out my snake game that i used with c++
+ 2
But it will be a very raw game.
As Rowsej said it will need CSS and JavaScript to make it more enjoyable
+ 2
It depends on the type of interaction between the game and the user.
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