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
- Host: GitHub
- URL: https://github.com/matias-gonz/rusty-conway
- Owner: matias-gonz
- License: mit
- Created: 2023-02-09T18:58:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T15:44:50.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:48:19.751Z (5 months ago)
- Topics: conway-game, conways-game-of-life, macroquad, rust
- Language: Rust
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rusty-conway
[](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)

## 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
```