
Solitaire HTML5 Game Tutorial With Phaser 3 Part 6: Title Scene
In this tutorial series, we’ll be looking at how to recreate the game Solitaire using the Phaser 3 framework. Here’s an example of what the final game should look like:

Previously, in
part 5
, we focused on adding in the core logic for the Solitaire class and we connected this logic to our GameScene to finish creating the Solitaire game instance.
In this last part of the series, we are going to work on creating a new Title Scene and add in a few scene transitions to our game.




