+ 5
Can I use HTML to create a game app
16 Antworten
+ 13
Yes You can but HTML is not enough to create a Game you have to use css and js with it.
+ 6
Martin Taylor
David Carroll Would argue html is in fact a programming language, a limited domain specific declarative one.
# Extensive discussion below.
Find my comment and its replies also check the linked thread by him in it for more info: https://www.sololearn.com/post/141278/
+ 5
• Programming Languages for
Game Design — https://www.gamedesigning.org/career/programming-languages/
https://www.sololearn.com/Discuss/625747/?ref=app
https://www.sololearn.com/Discuss/1342963/?ref=app
https://www.sololearn.com/Discuss/99903/?ref=app
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
+ 2
In CSS3 you can make animation, but the better, learn javascript and Phaser3 for made 2D games in brousers
+ 1
I also tried to prove it to David, but under the pressure of arguments, I gave up. Lord Krishna is probably in League with him
+ 1
In this part our discuss:
https://www.sololearn.com/Discuss/1944147/?ref=app
+ 1
Only html no, but html + Javascript yes.
+ 1
You could probably do a limited/boring adventure game with a series of web pages using just html and CSS I think.
0
You can create only games for browsers. You need good know CSS and JavaScript.
0
Martin Taylor in fact not:
If you disable JavaScript, you have no security issues in the code itself.
0
With JavaScript ,Yes