Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnidevs authored Jan 22, 2022
1 parent e123476 commit 8b4e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b4e03c

Please sign in to comment.