Skip to content

An implementation of Conway's Game of Life in rust using sdl2 for rendering.

Notifications You must be signed in to change notification settings

Tomboyo/life-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life, in Rust

This is a programming exercise to implement Conway's Game of Life in Rust.

The game is rendered using the sdl2 library.

Building

Call cargo build from the command line. Because we are using sdl2 for rendering, you may need to install development tools like libsdl2-dev or gcc. Follow the instructions in the sdl2 readme if you encounter any problems.

Run

Call cargo run to run the program, which will open a window and begin playing Life with a board seeded randomly. It should look something like this:

Example Gif

At any time, you may press Esc to close the window.

About

An implementation of Conway's Game of Life in rust using sdl2 for rendering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages