diff options
| -rw-r--r-- | Cargo.toml | 5 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,11 @@ [package] name = "gof-rs" version = "0.1.0" +license = "MIT" +authors = ["Omar Magdy <omar.professional8777@gmai.com>"] +description = "Game of life in your terminal with over 500 uniquer patterns to choose from." +repository = "https://github.com/omagdy7/gof-rs" +keywords = ["cli", "game-of-life"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,9 +17,13 @@ cd gof-rs cargo run --release ``` +# Install +``` +cargo install gof-rs +``` + # TODOs - [x] Add a lot of unique patterns. -- [ ] Add all of the patterns to some sort of database. - [ ] Add current generation number. - [ ] Add full screen mode without the left bar. |
