-
Notifications
You must be signed in to change notification settings - Fork 0
User Statistics
The UserStatistics class found here in singularity handles the database side of statistics tracking and is the overall statistics for a particular user. It is an extension of the common statistics class which you can read about here.
This class has two main purposes the first, is to handle the interaction with the singularity server. That is to help the uploading and pulling of the statistics from the database. As stated before this class is intended to store overall statistics regardless of the champion being played. The second purpose of this class is to help keep track of the statistics. Several methods have been implemented to help with that.
Modifier and Type | Method | Description |
---|---|---|
UserStatistics | addToUserLevel(int value) | Adds to the designated value to the user level |
UserStatistics | addToUserLevel(String value) | Adds to the designated value to the user level |
boolean | equals(Object obj) | |
String | getUserLevel() | Gets the User's Level |
int | hashCode() | |
UserStatistics | mergeStatistics(UserStatistics otherStats) | Merges the two statistics objects together |
UserStatistics | setUserLevel(String value) | Updates the user level to the new specified value |
String | toString() |
Saving and Loading
Statistics tracking
- Statistics Tracking Overview
- Statistics Tracking
- User Statistics
- Champion Statistics
- Common Statistics
Game Play
APIs
- Section One: Pyramid Scheme Beginner's Guide
- Section Two: Getting Started
- Section Three: The Pyramid
- Section Four: Game Layout Explanation
- Section Five: Cards
- Section Six: Champions
- Section Seven: DuckDust
- Section: Eight: How to play Pyramid Scheme
- Section Nine: Ways to play
- Section Ten: Deck Building
- Section Eleven: How to Acquire Cards
- Section Twelve: Achievements
- Section Thirteen: Accessories
Other Guides
Design Guides
Overviews
- Architecture Overview
- UI Overview
- Main Menu Screen Overview
- Standardised Screen Graphics
- Overview of Graphics
Features
- Story Mode
- Cutscenes
- Beginners Guide Tutorial
- Clock
- Deckbuilding
- Card Deck Gallery
- Champion Roster
- Market Place
- Card Packs
- Game Settings
- Tool-tips
Animations
Splash Screen & Create Account Screen
Player Account Settings
AI
Duck Dust
Brainstorming
- Brainstorming - General
- Brainstorming - UI
- Brainstorming - Mechanics
- Brainstorming - Pyramid Design Discussion
- Brainstorming - Champions, Abilities and Design Mock-up
- Brainstorming - Achievement
Future Development