Skip to content
Jean-Guy Landriault edited this page Jan 19, 2016 · 1 revision

Lex

A game-currency management package. Everything need to add / edit / manage your game's version of currency (pennies, dollars, gold, silver, bucks, dineros, crystals, pounds, etc...) and their relation to each other. Set your lowest form currency (for example - penny) and then add "higher value" / "lower value" / "different value" versions of that base. (i.e. "dollar" = "100" base currency, "silver" = "1350" base value).

Overview

Out of the box, Lex contains all the views necessary to enable "Game Currency" management. It also uses the config file to for you to easily define the necessary permissions to secure your site so that only those allowed to perform the admin functions are permitted (or you can disable ACL altogether). Since it is a config file all views and permissions are configurable so you are free to provide your own views and change the permissions the way your app requires them.

Lex will do the math for you.

Lex will also let you set options on the currencies you add. Perhaps your "gold" can't be bought or sold or traded, only found. Sure, you can do that. Or maybe you decide you don't want your game to use "silver" any more. De-value it or disable it altogether.

Lex also comes with a config file that will allow you to specify the routes, views and / or permissions.

If you have a need for in-game currency management this will be a package to help with that.

Clone this wiki locally