From 8b4e03c9b9507e84540fba045c6fa0751abbfe6d Mon Sep 17 00:00:00 2001 From: Bill Ni Date: Sat, 22 Jan 2022 18:34:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37de033..da5f08e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Utilizable for NFTs ### Generation Process 1. Input is salted and hashed 2. Colors (background, planet, stars) are chosen based on input hash -3. Stars are placed and sized randomly (not hash-based) +3. Stars are placed and sized with a slight variation in color randomly (not hash-based) 4. Planet is first completely colored with the primary planet color 5. Planet is then colored with a probabilistic breadth-first-search algorithm using probabilities from the input hash with a secondary color 6. Planet is then randomly colored with a tertiary color (not hash-based)