/conway-rs

Parallel Life implementation in Rust displayed with braille characters

Primary LanguageRust

screenshot

This is a Rust implementation of Conway's Game of Life.

It uses rayon for parallelism and termion and drawille for display using braille characters.