game_of_life v1.0.0 GameOfLife.Presenters.Console

Summary

Functions

Print cells to the console output. Board is visible only for specified size for x and y. Start x and y are in top left corner of the board

Functions

print(cells, generation_counter, alive_counter, start_x \\ -10, start_y \\ 15, x_size \\ 60, y_size \\ 20, x_padding \\ 5, y_padding \\ 5)

Print cells to the console output. Board is visible only for specified size for x and y. Start x and y are in top left corner of the board.

x_padding Must be a prime number. Every x divided by the prime number will be visible on x axis. y_padding Any number. Padding for numbers on y axis.