A python3 program that compares uno strategies.
If you want to build your own strategy just write a function that takes the current state and a hand as arguments and returns an action. Don't forget to add your function as an argument to the compare_strategies function call.