Hi all,
I added a new script to the code snippets page. This time, it's a logic puzzle called "Petals Around the Rose." The goal is for you to infer what algorithm is being used to "score" rolls of five colored dice without peeking at the code. The snippet is implemented using Tkinter, so it's a little on the longish side.
You can find the script here.
I hope you like it!