issues Search Results · repo:evanofslack/pyminion language:Python
Filter by
23 results
(70 ms)23 results
inevanofslack/pyminion (press backspace or delete to remove)Are there any objects to updating the minimum Python version to 3.10? It has some additional type hint features that
would be useful to have.
jbw3
- 1
- Opened on May 24, 2024
- #116
I had an idea to factor out the common play logic for action classes. Currently, every derived Action class has to
copy/paste the following at the beginning of its play() function:
logger.info(f {player} ...
jbw3
- 2
- Opened on Mar 21, 2024
- #110
It would be nice to introduce some sort of event listener / callback functionality to react to events. Cards should be
able to register events to react to certain conditions, and when those conditions ...
enhancement
help wanted
evanofslack
- 2
- Opened on Apr 12, 2023
- #102
Bureaucrat will return early in multiplayer games if any player that is not last to be attacked has no victory cards in
hand.
for opponent in game.players:
if opponent is not player and opponent.is_attacked( ...
bug
evanofslack
- Opened on Apr 12, 2023
- #101
I have been implementing some Intrigue cards (https://github.com/jbw3/pyminion/tree/intrigue) which require prompting
the user for a lot of input. This requires the card implementations to do a lot of ...
enhancement
jbw3
- 2
- Opened on Mar 23, 2023
- #99
One example is Gardens (Source). Should this be considered or not?
bug
jaypatel1227
- 2
- Opened on Mar 5, 2023
- #97
Rather than returning None when calling game.play() and simulation.run(), a concrete result/summary type should be
returned.
This would help return relevant statistics from games/sims. Currently some ...
enhancement
evanofslack
- Opened on Feb 2, 2023
- #93
I just ran a game where one player was using the Bandit and got the following exception. If I m reading the traceback
correctly, it looks like the Bandit doesn t properly handle the case where the Gold ...
bug
rhiever
- 9
- Opened on Jan 31, 2023
- #87
I m not seeing Gardens get picked from the base set when I don t specifically require them for a game. I think it s
because Gardens are not included in the set of kingdom cards for the base set.
Here ...
bug
rhiever
- 3
- Opened on Jan 31, 2023
- #85

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.