Category: Javascript
-
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.
-
Build a wheel of fortune for your HTML5 games with Phaser 3 in only a few lines – adding gradients, rings and inertia effect
The HTML5 wheel of fortune made with Phaser 3 gets more and more options: draw it on the fly using solid colors or gradients, and set its inertia. Full commented source code.
-
Pandaban – Build HTML5 Sokoban game with Panda2 and play it with keyboard or by swiping
Panda2 is a nice HTML5 game framework which comes with a nice IDE - Look at this complete HTML5 Sokoban prototype made in less than 200 lines, along with the complete source code.
-
Build a wheel of fortune for your HTML5 games with Phaser in only a few lines – draw the wheel on the fly with large room for customization
Build your HTML5 wheel of fortune on the fly with this Phaser prototype along with completely commented source code.
-
Pure JavaScript A* maze solving – with a bit of magic thanks to Phaser and EasyStar.js updated to Phaser 3.8.0 and EasyStar.js 0.4.3
A* pathfinding algorithm continuously solves a perfect maze in this demo made with Phaser and EasyStar - full source code available