-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Rainbow Quest #135
feat: Rainbow Quest #135
Conversation
@b-j-roberts hi, here is the Rainbow Quest with 2 tests, one that should be successful and the other one that should fail if the user didn't place pixels of all colors that compose the palette. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work as always, just a couple nits
After this issue, there is some refactoring I would like to do on the quests, if you would like to work on them.
|
Sure ! |
@b-j-roberts comments addressed and conflicts resolved ! |
Feel free to start on those things. I'll just copy what I wrote into an issue and we can discuss there if you have questions/concerns. |
* rainbow quest * add tests * add should panic test * address comments
This PR implements the Rainbow Quest.
It also adds a missing
is_claimed
function to the Authority Quest (i forgot it in my previous PR) .Closes #129