aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-10-23 21:51:03 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-10-23 21:51:03 +0200
commit0cae5089cb84478060794cadbbfc924d4b9ae9cd (patch)
tree8f95e42bbda9ce3bc2d94a24e475212c8cec3e27
parented0404753c77c09f78b2c41b55b0cf9a68d95585 (diff)
downloadgof-rs-0cae5089cb84478060794cadbbfc924d4b9ae9cd.tar.xz
gof-rs-0cae5089cb84478060794cadbbfc924d4b9ae9cd.zip
Published to crates.io
-rw-r--r--Cargo.toml5
-rw-r--r--README.md6
2 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb0554f..f84bdfc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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
diff --git a/README.md b/README.md
index b372d43..7207c94 100644
--- a/README.md
+++ b/README.md
@@ -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.