dhad05 / GoL

Gtk Conway's game of life in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life in Rust

Preview

https://www.youtube.com/watch?v=rNOJNjc4vlg

Build

This is my first project with Rust. Build it with:

cargo build

And run with:

cargo run

User Guide

Use left mouse to raise new lives and right mouse to kill lives. When pausing, click on Next button to get next generation. When ready, click Start to start the game, when the game is running, that button will turn to Pause.

License

This project is licensed under MIT License

About

Gtk Conway's game of life in Rust

License:MIT License


Languages

Language:Rust 100.0%