class Day18::Map

Defined in:

day18.cr

Constant Summary

MAX_CACHE = 100

Constructors

Instance Method Summary

Constructor Detail

def self.new(str) #

[View source]

Instance Method Detail

def cache : Deque(Array(Day18::Cell)) #

[View source]
def count_neighbours(x, y, typ) #

[View source]
def data : Array(Cell) #

[View source]
def draw #

[View source]
def height : Int32 #

[View source]
def rate #

[View source]
def read_order(x, y) #

[View source]
def simulate(nsteps) #

[View source]
def status #

[View source]
def step #

[View source]
def width : Int32 #

[View source]