redgoldlace / conway

A simple terminal implementation of Conway's game of life that I wrote for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway

This is just a game of life implementation that I wrote in Rust in a couple hours. There isn't too much to say here.

Usage

Clone the repository and run cargo run. Everything from there should be pretty self-explanatory.

Why?

Somebody wrote an implementation that I disliked, so I decided to try my hand at one out of spite. I think I did pretty well.

About

A simple terminal implementation of Conway's game of life that I wrote for fun

License:MIT License


Languages

Language:Rust 100.0%