This is the server side code for a mulitplayer facebook game called My Life. In this project you will find both the PHP code and the database scripts
Common libraries for the entire project. Not all of this is my code. Some of it is 3rd party libraries.
Server side code to actually play the game
Server code for accessing account info including register, login, system logs, purchase
Common code for making purchases
Code to:
- Call facebook login and register functions
- Display the client in facebook
- Interact with facebook
Code to:
- Login and register from the web
- Display the game on the web