Class Player

java.lang.Object
  extended by Player

public class Player
extends Object

Write a description of class Player here.

Version:
(a version number or a date)
Author:
(your name)

Field Summary
(package private)  String name
           
(package private)  int place
           
 
Constructor Summary
Player(String name)
           
 
Method Summary
 int movePlayer(int numberToMove)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

place

int place
Constructor Detail

Player

public Player(String name)
Method Detail

movePlayer

public int movePlayer(int numberToMove)