Package model


package model
  • Class
    Description
     
    The type Engine.
     
    Helper class for calculating the score and grading a game.
     
     
    Class for hashing and checking passwords Rainbow table attacks? I love rainbows! and tables! Don't attack them! 🌈
    The MemoryObject class represents a memory object that has a unique id, a type id and can be active or inactive.
    Enum for the different game modes (difficulties)
    Score class for the game Score-object contains all the information about a single score it also grades the score based on the time and difficulty
    Scoreboard class for the game Contains list of Score-objects and methods for adding and retrieving scores Also contains methods for retrieving scores from the database
     
    Singleton class for the User Contains methods for retrieving and setting user data, as well as personal scoreboards of the user.
    Singleton class for the WorldScores Contains 3 scoreboards, one for each difficulty