The HTML5 prototype of a “Block it” game continues, adding sprites to render the Box2D compound object, which now also rotates. Powered by Phaser and Planck, written in TypeScript. Full commented source code available.
Read all posts about "Block it" gameGame design
Compound objects and contact callbacks are two of the more complicated features of Box2D. In this HTML5 example powered by Phaser and written in TypeScript, they are explained the easy way with a real world example, as usual. Commented source code available
Read all posts about "Block it" gameHere is a HTML5 “Block it” version powered by Phaser and written in TypeScript which does not use any physics engine and features rotating walls and continuous collision detection. Full source code available.
Read all posts about "Block it" game“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" game3rd 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" game