Skip to content
Tal edited this page Dec 20, 2020 · 2 revisions

PGame

Field Details

server

public game_service server

Constructor Details

PGame

public PGame​(int level, int userID)

PGame

public PGame()

Method Details

main

public static void main​(java.lang.String[] args)

run

public void run() Specified by: run in interface java.lang.Runnable

getNumOfMoves

public double getNumOfMoves() return num of move base on server information Returns: num of move

getGrade

public double getGrade() return current games grade base on server information Returns: current games grade

Clone this wiki locally