Should I use HTML for making games? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 12

Should I use HTML for making games?

12th Feb 2018, 3:18 AM
Brijesh B
Brijesh B - avatar
9 ответов
+ 6
Maxwell, what is a real game dev? The answer to your question is no, or not just with HTML. You would need to use JS to be able to create a game since HTML is not a programming language. There are libraries that allow you to even make 3D games with HTML + JS. And even tools like Unity3D allow you to use JS (as far as I know)
12th Feb 2018, 4:01 AM
Mickel
Mickel - avatar
+ 5
You will need more than HTML - some resources to help https://www.sololearn.com/discuss/938441/?ref=app
12th Feb 2018, 5:21 AM
Manual
Manual - avatar
+ 3
Thanks guys
13th Feb 2018, 10:00 AM
Brijesh B
Brijesh B - avatar
+ 2
At some extent, you can't really making a game in HTML, as by itself is not a programming language. At minimum get into modern Javascript if you like playing around the canvas and the browser, or go with Python and the game module, if not as Maxwell said that's C++ for serious stuff.
12th Feb 2018, 3:29 AM
Andrei
+ 2
You can make very simple games using html and javascript, but it's always a good start, so if you don't want to jump into C++ yet, go ahead and make games! You'll need javascript for a lot of stuff though. But I'm sure there are a lot of good ideas that can be done with html + js. Have fun and show your creativity <3
12th Feb 2018, 8:25 PM
Lobsang Daniel Barriga Tapia
Lobsang Daniel Barriga Tapia - avatar
+ 2
You will need js + css To make html game.
15th Feb 2018, 11:09 PM
Nurman Tajir
Nurman Tajir - avatar
+ 1
Depends what kind of games you want to make. If you want to make some browser games HTML5, CSS, Javascript and WebGL are better than flash IMO, but if you want to make really cool 3d games I recommend to learn C#, C++ or Ruby and get Unity Engine, CryEngine or Unreal Engine.
12th Feb 2018, 11:28 AM
SQL Guy
+ 1
It depends on the type of the game you want to make. But, as many people already said, making games in HTML usually means at least HTML5+JavaScript and, maybe, PHP and SQL (unless you're making those games that read like books, but there are bifurcations and options at the end of each page. There were series with many books like this when I was a kid. It is possible to make games like this entirely in HTML, but there can be no calculations, no data processing and just static HTML with hyperlinks).
12th Feb 2018, 5:36 PM
Bruno Della Motta
Bruno Della Motta - avatar
- 3
html is a programming for the cyber world. when html and js join together then u can make cool video game.
12th Feb 2018, 9:27 AM
Muhtasim Wahid
Muhtasim Wahid - avatar