Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 281 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 281 Bytes

uno

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.