Closed davidswelt closed 11 years ago
One idea would be to draw a line whenever a player moves.
It might be easier with JGameGrid to change the color of a cell permanently whenever a player moves there.
setting the cell color wouldn't have been easier. drawing into a CGBackground object is the straightforward way - we just need to draw a "GeneralPath".
Is there an easy way to better visualize which paths sheep and and wolf take during the game?