+ 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?

9th Feb 2019, 10:33 AM
Ryne C Allen
Ryne C Allen - avatar
3 odpowiedzi
+ 2
You use canvas to build HTML 5 games as they are based on pixels.
9th Feb 2019, 11:01 AM
Adarsh.n. Bidari
Adarsh.n. Bidari - avatar
+ 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.
13th Feb 2019, 4:07 AM
Ryne C Allen
Ryne C Allen - avatar
+ 1
My first successful HTML5 Game! https://code.sololearn.com/WQkoIaUw0SBG/?ref=app
11th Jul 2021, 1:38 AM
Ryne C Allen
Ryne C Allen - avatar