Using BitmapData to manage a deck of cards – part 2
After a couple of days, the prototype for the management of a card deck is almost complete. Now I have a full game, you draw a card and have to say if the next card will be higher or lower. At the moment the prototype has all messages and a game over screen with the … Using BitmapData to manage a deck of cards – part 2
Using BitmapData to manage a deck of cards
December 28th update: 2nd part online I have already published a tutorial about BitmapData in the post Shuffle an image with BitmapData, but this time I want to show you how to manage a deck of cards using BitmapData. Managing a deck of cards is very useful because there are tons of card games you … Using BitmapData to manage a deck of cards