Skip to content

Conway's Game of Life written in Rust using Macroquad

License

Notifications You must be signed in to change notification settings

heyimrein/rs-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-game-of-life

Conway's Game of Life in Rust using Macroquad

  • Colorful!!

image

Usage

  1. Clone/Fork the repository
  2. Run cargo run or cargo build to build a debug binary in the /target/debug directory
    • cargo run --release or cargo build --release to build a release binary in the /target/release directory
  3. (If you used cargo build) Run the binary created in the appropriate directory listed above

About

Conway's Game of Life written in Rust using Macroquad

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages