https://github.com/nmoncho/pilgrimssocialservices
Pilgrim's Game Studio Social services
https://github.com/nmoncho/pilgrimssocialservices
Last synced: 4 months ago
JSON representation
Pilgrim's Game Studio Social services
- Host: GitHub
- URL: https://github.com/nmoncho/pilgrimssocialservices
- Owner: nMoncho
- Created: 2014-07-24T00:11:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T21:08:20.000Z (over 10 years ago)
- Last Synced: 2025-01-10T15:49:27.284Z (5 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Pilgrims Social Services
========================This repository contains all the code related to Pilgrim's Social Services.
This project is divided in two sub-project, each related to server and client side. The Construct 2 Plugin and the PHP backend service (AJAX and MYSQL).
The roadmap for this project are:1. Register player
The story for this is: As a Player I want to be registered in Pilgrim's Social Services
..a. Register player automatically. This is intented so that a game play session always have a player
..b. Register player manually. This is for when human player wishes to do a full blown register (name, password, email, etc)2. Log-In Player
The story for this is: As a Player I want to be able to log in when I start a play session.3. Register Score
The story for this is: As a Player I want to be able to register the score of my play session on the servers.4. Show Leaderboards
The story for this is: As a Player I want to be able to fetch a game's leaderboard and see in on the game.
NOTE: the visualization of the leaderboard is the responsability of each game, this project will provide facilities for doing this.5. Connect to social networks
TODO