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? |
|