An open API service indexing awesome lists of open source software.

https://github.com/matias-gonz/rusty-conway

Conway's Game of Life implemented using macroquad
https://github.com/matias-gonz/rusty-conway

conway-game conways-game-of-life macroquad rust

Last synced: 3 months ago
JSON representation

Conway's Game of Life implemented using macroquad

Awesome Lists containing this project

README

        

# rusty-conway
[![Tests](https://github.com/matias-gonz/rusty-conway/actions/workflows/tests.yml/badge.svg)](https://github.com/matias-gonz/rusty-conway/actions/workflows/tests.yml)

Conway's Game of Life implemented using [macroquad](https://github.com/not-fl3/macroquad)

![](https://github.com/matias-gonz/rusty-conway/blob/main/rusty-conway-preview.gif)

## Installation

### Dependencies:
* [Rust](https://rustup.rs)
* [macroquad](https://github.com/not-fl3/macroquad)

## Usage

### Run rusty-conway
``` bash
cargo run
```

### Run tests
``` bash
cargo test
```