Recent content by XRocker15

  1. X

    Python Need help with random walk simulation on a Manhattan grid in Python?

    Well that's the thing, If I could get started I could probably figure it out. I know that I need to start at a specific location on the grid, and then keep track of each step on the grid adding it as I go. I then need to print what happened at each step, and how many moves happened to the end...
  2. X

    Python Need help with random walk simulation on a Manhattan grid in Python?

    This is an old lab assignment I never got around to finishing and we are allowed to resubmit it for partial credit. I don't really even know how to set up this program. I understand what I need, I just don't know how to implement it. Any help is appreciated. "You may know that the streets and...