Conway's Game of Life File Converter
A blazingly-fast Rust-based tool to convert between plaintext (.cells) and Run-Length Encoded (RLE) formats for Conway's Game of Life patterns.
Features
- Convert between
.cells(plaintext) and.rleformats. - Automatic format detection for input files, regardless of file extension
Installation
Prerequisites
Build from Source
-
Clone the repository:
&& -
Build the project:
The binary will be located at target/release/rletxtconv.
Pre-built binaries
Alternatively, you can find the binaries in the releases page.
Usage
Convert a file to the RLE format:
Force overwrite if the output file exists: