aoberoi / SwiftUI-Set

CS193P Set game using SwiftUI (Spring 2023)
0 stars 0 forks source link

Color blind mode #20

Open aoberoi opened 1 year ago

aoberoi commented 1 year ago

Assignment 2 extra credit

Can you think of a way to make your application work for people who are colorblind? If you tackle this Extra Credit, make it so that “color-blind mode” is on only if some Bool somewhere is set to true (and submit your application with it in the false state). In other words, you must still satisfy the Required Tasks and they specifically ask you to use 3 distinct colors. Some way to change the value of this Bool in the UI is not required, but you can include it if you want.