Skip to content

A rusty implementation of John Conway's Game of Life

License

Notifications You must be signed in to change notification settings

PauloRSF/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

A terminal UI implementation of John Conway's Game of Life. It isn't meant to be efficient, pretty or anything: it was born out of pure boredom.

How to run

There are some examples on examples/, which you can run using Cargo. For instance, to run the glider example:

$ cargo run --example glider 

Contributing

If you wanna add some other examples with cool constructs or improve something, feel free to open a pull request!

About

A rusty implementation of John Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages