python steemmonsters 0.0.26 - bug fix release

in #steemmonsters5 years ago (edited)

steemmonsters is a python command line tool for playing steemmonsters without graphics. The newest version 0.0.26 can be downloaded here.

The previous release had a problem with mixed teams (from config-file and website). This problem should be fixed with the newest release 0.0.26. Please report any other problems.

I added also the switch_on_winning_streak which switches a deck, when defined in the config and more than one deck given for the play command.

Example

{
    "account": "holger80",
    "match_type": "Ranked",
    "decks": {
        "light": ["Tyrus Paladium", "Clay Golem", "Defender of Truth", "Divine Healer", "Angel of Light", "Air Elemental"]
    },
    "play_counter": 50,
    "play_delay": 3,
    "stop_on_loosing_streak": 10,
    "switch_on_loosing_streak": 1,
    "switch_on_winning_streak": 1
}

image.png
The dl1 deck was stored in the website.

I can now mix both teams and start playing:

sm> play dl1,light1

After two wins or losses in a row, the deck is switched.

Sort:  

Hi, @holger80!

You just got a 0.89% upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in here to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.

Hi @holger80!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 7.223 which ranks you at #71 across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 270 contributions, your post is ranked at #178.

Evaluation of your UA score:
  • Your follower network is great!
  • The readers appreciate your great work!
  • Try to work on user engagement: the more people that interact with you via the comments, the higher your UA score!

Feel free to join our @steem-ua Discord server

Thanks Holger!
is there a installation guide for complete newbies in python?