Search:

Type: Posts; User: strengthonor

Search: Search took 0.06 seconds.

  1. Need switch statement for checker game (DUE TOMORROW!)

    I need to add checkers to my checkerboard.

    A checker is added only in rows 1,2,3,6,7 and 8. If using a loop, this corresponds to i = 0,1,2,5,6 and 7.

    I need help writing a switch statement to...
  2. Help with Checkerboard GraphicsProgram (Due Tomorrow!)

    import acm.graphics.*;
    import acm.program.*;
    import java.awt.*;

    public class Checkers extends GraphicsProgram {

    public void run() {
    double sqSize = (double) getHeight() /...
Results 1 to 2 of 2