Reward Systems for Games

Keeping Players Hooked Many modern mobile games include reward systems for unlocking content such as new cards, game characters or items. These systems usually involve spending some sort of in-game currency in exchange for a chance to win something. There are many different types of these systems and every game usually does it a little bit differently. In this post, we will present two different reward systems that can be used in a game. Spin the Wheel One way to implement a reward system is by using a wheel with prize wedges. Most people are familiar with the paradigm from game shows such as Wheel Of Fortune and The Price is Right. The player simply spins the wheel and the segment that it stops on represents the prize that is won. Some systems include a bad wedge which hurts the player instead of rewarding them (the bankrupt segment). This system is fairly simple to implement. The wheel is subjected to a random amount of force every time it is spun and ...