Basically, 50 Pound Sword will be a complete PBBG library that will allow users with limited PHP and MySQL skills to make a browser-based RPG! Basically, any technical parts to making a PBBG, such as writing SQL, dealing with player info, inventory management, and more will be handled internally by the library. The end goal would be that someone just starting with very limited programming abilities will be able to use the classes I will provide in the library to make a game. I may at a later time expand it out to even cover Javascript functionality, but since the requirements on that are going to vary so much from user-to-user, that may have to be on a back-burner for a bit.
One of the first things I am tackling is the registration for the game. After filling out a self-explanatory .ini file with info about the races, classes and their stats, registering a player (once past the registration HTML, of course) will only take about 4 lines of code, instead of the 100+ it takes to do it right without it. That is what I am hoping to do with every common aspect to PBBGs.
I am hoping to be able to get an alpha out by the beginning of next year, but we will see how that goes. That isn't really that far away
