It introduces a new `count` function that take: - the grid arena - X and Y as `isize` It counts how many nearby cells are alive at a specified position and returns the total.
simple game of life based in rust