ichwan   0 Report post Posted January 15, 2020 Hii everybody, I'm frontend dev with 2 years exp, I'm familiar with react framework, but currently, I curious how to make the game in HTML, i want to learn how to know how to create game with HTML, but I didn't know where to start, should I learn canvas first or what ? idk how to start 😕 Quote Share this post Link to post Share on other sites
mazoku   38 Report post Posted January 15, 2020 Phaser is good place to start. https://phaser.io/examples Quote Share this post Link to post Share on other sites
Horizonicblue   20 Report post Posted January 15, 2020 If you want to go step by step in Phaser https://phaser.io/tutorials/making-your-first-phaser-3-game  Quote Share this post Link to post Share on other sites
ichwan   0 Report post Posted January 16, 2020 15 hours ago, mazoku said: Phaser is good place to start. https://phaser.io/examples  10 hours ago, Horizonicblue said: If you want to go step by step in Phaser https://phaser.io/tutorials/making-your-first-phaser-3-game  thanks guys, I'll try it right now Quote Share this post Link to post Share on other sites
Sniker   0 Report post Posted January 20, 2020 interested too, thanks for info guys😊 Quote Share this post Link to post Share on other sites
James B. Gilbert   1 Report post Posted May 5, 2020 Thank you for sharing! Quote Share this post Link to post Share on other sites
msanatan   3 Report post Posted May 27, 2020 Just pitching in, a lot of HTML game frameworks are built upon technology that was introduced with HTML5. For 2D there's the Canvas API and for 3D (and also 2D) there's the WebGL API. For sound there's the Web Audio API and even one to make your game go fullscreen.  I definitely say start with Phaser 3 like the others did. It's very intuitive, you'll quickly see results and have fun using it. But the tech underneath it is fairly accessible too! It's totally possible to make games with just the HTML5 APIs, although anything substantive will be lots of work. If you're curious, have a look at those too 🙂 Quote Share this post Link to post Share on other sites