SimpleDB - snirSha/The-Maze-Of-Waze-Mark2 GitHub Wiki

This class make the connection to the data base.

Using functions like:

getCountEntersDB - By given id, returns the times the user connected to the server and played a full game.

getBestScore - By given id and level, returns the best score the user ever had.

getMoveBoudary - By given level, return the limit of moves the server requires.

getTopLevel - By given id, return the maximum level the player had reach.

printLog - prints the log of the data base games of all time .

getKML - By given id and level, return the last kml string of the player in the level.

isContainsID - By given id, return true if the id is in the data base.

image