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.
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 4 , we focused on adding support for moving cards between the various card piles in our game, and we started to stub out the Solitaire class that will have the core logic for our Solitaire game.
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 3 , we focused on adding support for player input by listening for click and drag events in our game.
In part 4 of this series, we are going to start working on adding support for moving cards between the various card piles in our game.
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 2 , we worked on creating the main layout for our game.
In part 3 of this series, we are going to start working on making our game interactive and we will add support for player input.
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 1 , we reviewed the rules and game play of the game Solitaire, setup our project files, and loaded in the assets we will need for our game.
In part 2 of this series, we are going to start building out the layout of our game.
The game of Solitaire is a fun classic single player card game that involves strategy, patience, and sometimes a bit of luck. The card game involves arranging cards in a specific order based on suit and rank, and the goal is to move all the cards from the tableau (the main playing area) into a set of foundations (four piles), each starting with an Ace and building up in ascending order to a King.
If you are interested in learning about Phaser 3 and how to create a simple parallax scrolling background using this framework, then you should check out my new video that I released on YouTube earlier today: Parallax Scrolling Background Tutorial in Phaser 3.
I hope you enjoy the new content! Please feel free to post any questions or comments below.
This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days.
If you are interested in checking out the final version of my game, you can see the game on Itchio here: Idle Programmer.
Idle Programmer by galemius
I hope you enjoy the new content! Please feel free to post any questions or comments below.
This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs.
If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer.
You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Last Day
This week I decided to participate in the Clicker Jam Summer 2022 game jam. The goal of this game jam is to create an idle clicker game in 7 days. For this game jam I decided to share my daily updates via video dev logs.
If you are interested in checking out the game that I am making, you can see the game on Itchio here: Idle Programmer.
You can watch my video dev log here on YouTub: Clicker Jam Summer 2022 - Dev Log - Day 5