Phaser Tutorial: Creating a Simple Card Game
You can find a number of tutorials online on how to make card games. This latest one focuses on HTML5 deck of cards management with Phaser.
The tutorial says that you need to find some nice playing card icons first, and suggests you start with game-icons.net. The site offers a vast range of graphics you can use for your games, as long as you credit the original authors.
As you will see, the entire original source code is only 88 lines long. The part that instructs the creation and shuffling of an array representing a deck of cards is made up of a mere 2 lines.
Below we have compiled links to the four posts so far that are part of the tutorial series about playing cards.
- HTML5 deck of cards management
The first in the series, this is where you will find the original source code - 1024×1024 texture version
With updates for mobile version - A first, simple game
Prototype of the game - “GuessNext” HTML5 card game
Announcement of the full version release