Search:

Type: Posts; User: IneedHelpwithJava

Search: Search took 0.62 seconds.

  1. Re: Creating Langton's Ant and I need serious help with it (it's a block that moves around on a grid changing the symbol at each index)

    Don't worry about it, it's a lost cause.
  2. Re: Creating Langton's Ant and I need serious help with it (it's a block that moves around on a grid changing the symbol at each index)

    sorry for the lateness:
    Essentially by ant moving I mean I want to shift a unique block to another index based on the symbol at that the index (ie. if it lands on a symbol * it means it should...
  3. Creating Langton's Ant and I need serious help with it (it's a block that moves around on a grid changing the symbol at each index)

    In my code there are multiple packages and methods but I will try to keep it as simple as possible.

    The grid and ant look like this:

    // prints ant and board
    System.out.print("+");
    for...
Results 1 to 3 of 3