iminurnamez / pyroller

pygame casino
65 stars 29 forks source link

advisor refactor and tweaks #168

Closed bitcraft closed 9 years ago

bitcraft commented 9 years ago

I cleaned up the advisor API to make it work a little more intuitively, added documentation, and fixed a few bugs along the way. I also made sure that the new Slots game has the update advisor.

Mekire commented 9 years ago

@bitcraft Looks good. I have to say that I really don't like the star imports however (I understand the argument that defining __all__ makes this okay but do not agree).

bitcraft commented 9 years ago

to each their own