Latest posts
-
HTML5 “Down the Mountain” prototype built with Phaser 3 updated: fake 3D jump using cubic Bezier curves and not using containers anymore
Perfectly fake a 3D isometric jump with Bezier curves in Phaser 3 "Down the mountain" prototype. Source code available.
-
Playing with Phaser 3 Tweens, Curves and cubic Bezier curves
With Phaser 3, Tweens and Curves you can do awesome animation using cubic Bezier curves in a few lines thanks to Phaser 3 built in functions. Source code avaiable.
-
Fully playable prototype of “Plus+Plus” built in JavaScript using only jQuery part 2 – removing numbers
Plus+Plus JavaScript game built using only jQuery has been updated, adding a special tile which removes a number on the board. Get the source code.
-
HTML5 “Down the Mountain” prototype built with Phaser updated to Phaser 3
"Down the Mountain" HTML5 prototype has been updated to Phaser 3, using containers to handle group of sprites and object pooling - Source code available.
-
Build a HTML5 game using only 13Kb and win a lot of prizes in the Js13kGames competition
Are you able to build a HTML5 game using only 13Kb? Framework - if any - included? Enter the Js13kGames competition and win a lot of prizes.
-
Fully playable prototype of “Plus+Plus” built in JavaScript using only jQuery
Plus+Plus is a simple but fun match game available for iOS - I made a JavaScript version using only jQuery, play with it and get the source code
-
New book released: HTML5 Cross Platform Game Development Using Phaser 3
The first Phaser 3 book is on the shelves: HTML5 Cross Platform Game Development Using Phaser 3 - 155 pages + 28 source code examples = 1 complete polished game with room for customization.
-
Samepanda – Build HTML5 Samegame with Panda 2
Build a HTML5 SameGame engine in a few lines featuring object pooling to save resource with Panda 2 - Full source code available
-
Build a wheel of fortune for your HTML5 games with Phaser 3 in only a few lines – adding icons using the brand new Phaser 3 containers
Add custom icons to your highly customizable HTML5 wheel of fortune built with Phaser 3 featuring containers. Full commented source code available.
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry – adding apples, and slicing them too
Throw knives, hit the target, split an apple and avoid other knives in this HTML5 physics game made with no physics engine thanks to Phaser 3
-
Build a wheel of fortune for your HTML5 games with Phaser 3 in only a few lines – configuring each slice angle
A new feature has been added to HTML5 wheel of fortune built with Phaser 3: now you can change slice angles, to make some prizes easier/harder to win. Full commented source code available.
-
Playing with JavaScript, photos and 3D LUTS (lookup tables)
A simple JavaScript-only experiment to process your photos with a 3D Lookup Table like Instagram does. Full source code available.