bitcoin-nfts / bitcoin-colors

A sample NFT collection that shows the strong connection between Stacks and Bitcoin.
6 stars 2 forks source link

Avoiding certain trait combinations #33

Closed whoabuddy closed 1 year ago

whoabuddy commented 1 year ago

In the case of Bitcoin Colors, there are certain combinations we'd like to avoid, e.g. foreground + background being the same color and just producing a circle.

(insert a "they don't know I'm a bitcoin symbol" meme here)

How can we implement a similar decision tree?

whoabuddy commented 1 year ago

@Jamil do you know of any examples where other projects implement this?

whoabuddy commented 1 year ago

Open questions:

whoabuddy commented 1 year ago

Fixed in #41