class Day18::Map
- Day18::Map
- Reference
- Object
Defined in:
day18.crConstant Summary
-
MAX_CACHE =
100
Constructors
Instance Method Summary
- #cache : Deque(Array(Day18::Cell))
- #count_neighbours(x, y, typ)
- #data : Array(Cell)
- #draw
- #height : Int32
- #rate
- #read_order(x, y)
- #simulate(nsteps)
- #status
- #step
- #width : Int32