+ 2
Whatâs the best way to start making HTML5 games?
What are the best tools ( languages, libraries, programs, etc.), methods, and strategies for developing HTML5 games?
3 Answers
+ 2
You use canvas to build HTML 5 games as they are based on pixels.
+ 2
I did some research and found this info:
Making HTML5 games:
The very basic building blocks of a HTML5 game are those of the web:
* HTML
* CSS
* JavaScript
You may also may need:
* HTML5 (JavaScript APIâs)
* CSS3
The JavaScript APIâs include the Canvas or WebAudio, semantic HTML tags, etc.
With the above you can make awesome games that will run on modern web browsers both on mobile and desktop, but some games might require more features, so there are more building blocks that you can add.
For instance, you may want to make 3D games. If that is the case there is also WebGL, which is a JavaScript API to render 2D and 3D graphics on the browser, using the GPU for greater performance.
+ 1
My first successful HTML5 Game! https://code.sololearn.com/WQkoIaUw0SBG/?ref=app