ichwan Posted January 15, 2020 Share 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 Link to comment Share on other sites More sharing options...
mazoku Posted January 15, 2020 Share Posted January 15, 2020 Phaser is good place to start. https://phaser.io/examples Quote Link to comment Share on other sites More sharing options...
Horizonicblue Posted January 15, 2020 Share 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 Link to comment Share on other sites More sharing options...
ichwan Posted January 16, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
Sniker Posted January 20, 2020 Share Posted January 20, 2020 interested too, thanks for info guys? Quote Link to comment Share on other sites More sharing options...
msanatan Posted May 27, 2020 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.