Skip to content

Instantly share code, notes, and snippets.

@mdakram28
Created May 26, 2014 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mdakram28/f0f2382a24050d134f00 to your computer and use it in GitHub Desktop.
Save mdakram28/f0f2382a24050d134f00 to your computer and use it in GitHub Desktop.
public abstract class Player {
void playTurn(int pl,int turn){}
void playerInit(){}
void notifyWin(int pl){}
void notifyLose(int pl){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment