Category: Game development
-
Win $2,000 with CrazyGames Developer Contest to celebrate CrazyGames first birthday – upload your HTML5 game and earn revenue anyway.
To celebrate the first year of activity of the developer portal, Crazy Games is hosting a contest with $2,000 for the winner, $500 for the 2nd place and $250 for the 3rd place. Do you think you aren't going to win? You will get revenue share anyway.
-
HTML5 wheel of fortune powered by Phaser 3 updated to Phaser 3.19 featuring texts and emojis
The robust HTML5 wheel of fortune has been updated and now also supports text, styles and emojis. Customize EVERYTHING from slices appearance to wheel speed with this Phaser wheel of fortune. Commented source code available.
-
Build a HTML5 game like “Risky Road” using Phaser – step 2: let a landscape game be enjoyable in portrait mode by playing with zoom.
Most succesful hyper casual games are designed to be played in portrait mode, due to the way people can play by using only one hand. What if you have an horizontal endless runner which would require landscape mode? You play with zoom. Full commented Phaser example.
-
Build a HTML5 game like “Risky Road” using Phaser, Matter physcis and Simplify.js
Build a HTML5 version of Ketchapp's "Risky Road" game using Phaser 3, Matter physics and Simplify.js library. Drive your cart through an endless terrain while keeping your diamond safe. Full commented source code available
-
“HTML5 Cross Platform Game Development Using Phaser 3” book gets its third free update: 14 new pages showing how to build a pure JavaScript class to handle game logic and make your code more reusable
More than a year after its first release, "HTML5 Cross Platform Game Development Using Phaser 3" book keeps being updated. 196 pages, 31 source code examples updated to Phaser 3.19.0, learn HTML5 Cross Platform Game Development Using Phaser
-
The basics of infinite terrain generation for a horizontal endless runner – putting all together and adding a car
Drive a car on an endless randomly generated physcs terrain using less than 100 bodies thanks to Phaser, Matter.js physics and Simplify.js library. Full commented source code available.
-
The basics of infinite terrain generation for a horizontal endless runner – discretizing the terrain with Simplify.js library and adding Matter physics
Build a HTML5 smooth, randomly generated, physics driven terrain using less than 50 bodies thanks to Phaser, Matter physics and Simplyfy.js library. Full source code available.
-
The basics of infinite terrain generation for a horizontal endless runner
Did you know you can randomly generate an endless terrain with a series of point, a simple Cosine interpolation and a couple of scrolling graphics objects? HTML5 example powered by Phaser, full source code available.
-
“Dash N Blast” HTML5 prototype updated: added obstacles and collision detection without physics engines
Circle Vs Circle Arc collision is the concept behind the next step of "Dash N Blast" HTML5 hyper casual game powered by Phaser with no physics engines. Completely commented source code available.
-
Build a HTML5 game like iOS game “Dash N Blast” powered with Phaser
I am trying to turn a 3D iOS game into a 2D top-down HTML5 game powered by Phaser keeping all the original feeling. In this first part, a vertical endless runner. Commented source code available
-
HTML5 hyper casual game like “Bouncing Ball” step 3: measuring distance – commented source code available
"Bouncing Ball" HTML5 prototype powered by Phaser enriches its features and now we can measure the distance traveled by the ball - full commented source code available
-
BUG FIX: Match 3 Bejeweled HTML5 prototype built with Phaser updated to Phaser 3 adding object pooling and using ECMA Script 6 conventions – swipe routine fixed
My Phaser 3 Bejeweled prototype playable with both click/tap and swipe had a bug which caused gems to move in a weird way sometimes. Now I fixed it and you can enjoy a fully playable Bejeweled prototype.