Loïc GUEZO f09f0efb7b feat: add display function
This commit introduces a new `display` function:
- It takes an immutable reference to a grid of bool values
- It takes mutable reference to a String buffer.

it writes to the buffer, `X` or `.` depending on the grid's bool element.
2025-05-01 09:29:47 +02:00
2025-05-01 09:29:47 +02:00
2025-04-29 22:40:38 +02:00
2025-05-01 09:29:47 +02:00
2025-05-01 09:29:47 +02:00
2025-04-29 22:35:29 +02:00
2025-04-29 22:35:29 +02:00

GameOfLife_rs

simple game of life based in rust

Description
No description provided
Readme MIT 150 KiB
Languages
Rust 100%