grid_world
grid_world
GridWorld
takeSteps method
takeSteps
takeSteps
method
void
takeSteps
(
Evolver
e
,
int
n
)
Take N life steps.
Implementation
void takeSteps(Evolver e, int n) { for (var i = 0; i < n; i++) { takeStep(e); } }
grid_world
grid_world
GridWorld
takeSteps method
GridWorld class
Constructors
GridWorld
empty
fromString
identity
Properties
hashCode
nCols
nRows
runtimeType
Methods
appendBottom
appendRight
asString
clockwise90
copy
counterClockwise90
customIsAlive
expandToFit
index
isAlive
lrPadded
noSuchMethod
padBottom
padded
padLeft
padRight
padTop
paste
takeStep
takeSteps
tbPadded
toString
transpose
Operators
operator ==
Static properties
chAlive
chDead