Part 8 of the series of converting the Flash game Blasteroids to HTML5 is here! The conversion is almost complete!
Progress Update: Converting The Flash Game Blasteroids To HTML5 Using Phaser, Part 7
Part 7 of the series of converting the Flash game Blasteroids to HTML5 is here! This update introduces sound effects.
Progress Update: Converting The Flash Game Blasteroids To HTML5 Using Phaser, Part 6
Part 6 of the series of converting the Flash game Blasteroids to HTML5 is here! The first power up item has been added.
Progress Update: Converting The Flash Game Blasteroids To HTML5 Using Phaser, Part 5
Part 5 of the series of converting the Flash game Blasteroids to HTML5 is here! You can also collide with asteroids. You can now also fire your missiles to blow them up!
Progress Update: Converting The Flash Game Blasteroids To HTML5 Using Phaser, Part 3
Part 3 of the Flash-to-HTML5 game series is here! Added missile fire and some HUD details.
Progress Update: Converting The Flash Game Blasteroids To HTML5 Using Phaser, Part 2
Here’s part 2 of the Flash-to-HTML5 game series. Finally got some basic functionality going!
Progress Update: Converting The Flash Game Blasteroids To HTML5 Using Phaser
Here’s progress update #1 on converting a Flash game to HTML5 using Phaser.
What’s Next
What’s next? Building a multiplayer poker game, and converting a Flash game to HTML5.
How to Code Poker Hands – Comparing Hands For A Straight Flush
When you have two poker hands, and both are straight flushes, this article will show you the code that compares them to find which one wins.
How to Code Poker Hands – Comparing Hands For A Four Of A Kind
When you have two poker hands, and both are a four of a kind, how can you determine which one ranks higher? In this article, you’ll learn how to code a solution.