Discussion Board
Go to the previous messageThere are no next messages
Current Forum: Homework 6 - Part II
Date: Thu Dec 13 2001 3:12 pm
Author: Chen, Richard <richardc@andrew.cmu.edu>
Subject: 1 more items

1. Using the same X-Win5.1 and NiftyTelnet setup as in my last post, I changed the following lines in GraphicsGame.java from:
Board b = new DemoBoard();
Player pb = new DumbPlayer();
Player pw = new DumbPlayer();
to
Board b = new DemoBoard();
Player pb = new HumanTextPlayer();
Player pw = new HumanTextPlayer();
2. javac-ed GraphicsGame.java
3. got the tirade of "Font"-related errors I spoke of in my last post
4. but amazingly, GraphicsGame works.

But.

I got the situation you see in the attached 1.jpg.
Problem: I don't know what to fill out in the fields on the screen resulting from (clicking on "Options") then (clicking on "New Game" on the yellow clipboard).

Q:
1. What do I fill out in those fields?
Post response

Go to the previous messageThere are no next messages
Current Thread Detail:
can't get gui to load myplayer class      White, David      Tue Dec 4 2001 11:27 am       
Re: can't get gui to load myplayer ...      White, David      Tue Dec 4 2001 11:50 am       
Problem found with GUI!      White, David      Tue Dec 4 2001 11:54 am       
Re: Problem found with GUI!      Maxim, Michael G.      Tue Dec 4 2001 6:27 pm       
message.id=1      Chen, Richard      Tue Dec 11 2001 1:23 am       
Re: message.id=1      Maxim, Michael G.      Tue Dec 11 2001 4:27 am       
3 items      Chen, Richard      Thu Dec 13 2001 2:37 pm       
1 more items      Chen, Richard      Thu Dec 13 2001 3:12 pm       

Back to previous screen