Closed schrum2 closed 2 years ago
Seems to work, but needs polish. Add the max snake length restriction, add command line parameters for confining the snakes, etc
Tested the snakes and they work now, just leaves a big mess like we have seen before.
The snakes are clearing after every generation. It even cleaned up some of the blocks from other runs
Clean snakes:
In the package
edu.southwestern.tasks.evocraft.shapegeneration
create a class calledSnakeGenerator
that extendsShapeGenerator
in a manner similar toThreeDimensionalVolumneGenerator
. The details of the snake generation should be based off of the Python code we already made.