https://github.com/turkeymcmac/game-of-life
  
  
    An implementation of Conway's Game of Life 
    https://github.com/turkeymcmac/game-of-life
  
emergent-behavior game-of-life simulation
        Last synced: 8 months ago 
        JSON representation
    
An implementation of Conway's Game of Life
- Host: GitHub
 - URL: https://github.com/turkeymcmac/game-of-life
 - Owner: TurkeyMcMac
 - License: mit
 - Created: 2017-08-03T19:23:40.000Z (over 8 years ago)
 - Default Branch: master
 - Last Pushed: 2017-08-14T10:13:32.000Z (about 8 years ago)
 - Last Synced: 2025-01-22T11:30:53.659Z (10 months ago)
 - Topics: emergent-behavior, game-of-life, simulation
 - Language: Rust
 - Homepage:
 - Size: 20.5 KB
 - Stars: 2
 - Watchers: 3
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: license.txt
 
 
Awesome Lists containing this project
README
          # Game of Life
This is my implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) in Rust. It might not be optimal, but whatever.