Moving circle Vs line continuous collision detection explained the easy way, in only four steps with an interactive HTML5 example powered by Phaser. Physics has never been so much easy.
Javascript
“Block it” was a fun mobile game released a couple of years ago, which I prototyped using Phaser and TypeScript, so now you can have your HTML5 version. What’s your best score?
Read all posts about "Block it" gameHere it is the complete commented source code of the physics driven HTML5 Memory/Concentration game powered by Phaser and Planck.js, completely written in TypeScript. Have fun!!
Read all posts about "Concentration" gameNew example of HTML5 Wordle prototype powered by Phaser and using Bootstrap components for the UI. This time we keep Bootstrap outside Phaser game and handle menus with listeners. Full TypeScript commented source code available for download.
Read all posts about "Wordle" gameThe HTML5 Wordle prototype now features a Bootstrap menu and the “word of the day” game, as well as random words to play. I also want to add some kind of arcade mode. Written in TypeScript and powered by Phaser, full commented source code available.
Read all posts about "Wordle" gameI already explained how to use DOM elements in your HTML5 games powered by Phaser to include great UI elements like Bootstrap dropdowns, and this time I am showing you how to properly scale them to always look nice no matter the resolution.
3rd step of Wordle HTML5 prototype written in TypeScript and powered by Phaser. Improved virtual keyboard, game grid, letter color management and more. Commented source code available.
Read all posts about "Wordle" gameSecond step of the Wordle HTML5 prototype written in TypeScript and powered by Phaser. This time we’ll see how to add a virtual keyboard, built from scratch. Completely commented source code released.
Read all posts about "Wordle" gameWordle is a word game which obtained a planetary success. Let’s see how to build a HTML5 Wordle prototype written in TypeScript using Phaser. Keyboard input and result management with completely commented source code.
Read all posts about "Wordle" gameA complete JQuery driven Drag and Match game in only 69 lines of code? It’s possible thanks to my pure TypeScript Drag and Match class with no dependencies. Free download available. Let’s build Drag and Match games!
Read all posts about "Drag and Match" game