|
public class Game {
//필드선언
private BufferedReader input;
private Player player1;
private Player player2;
private Dice dice;
private int games;
private int rounds;
public Game(int games) {
this();
playGame(games);
}
public Game() {
|
- 페이지 8페이지
- 가격 2,000원
- 등록일 2009.04.06
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|