Skip to main content

Regnancy - 1a7b7240e739

A deck building card game in which the players compete to gather the most valuable deck of cards, representing a Kingdom.


Max Power
(paolo)
This game is a python implementation of the board game "Dominion".

For more information about Dominion:
http://boardgamegeek.com/boardgame/36218/dominion

To get the artwork of the cards, run one of the get-artwork-scripts. These will download scans of the cards from various sites.
you can see a video of and older version of regnancy here:
http://www.myvideo.de/watch/7602760/regnancy_a_computer_game_based_on_the_dominon_board_game

Changes

- Fixed a lot of bugs
e.g. allow 'thronerooming' Attack cards
scroll cards in hand if necessary

- Added more cards
e.g. like Tournament + Prices, Hunting Party, Masquerade, Bridge, and more...
(Base set is complete now)

- Added an build-in UDP-Server for automatic detection of running games (still very basic, but works)
- Added script to download German artwork (note: you have to run one of the get-artwork-scripts, or you'll have no card images)
- Finally added a Deck Editor, so you can choose which Kingdom cards to play with
- nicer dialog window (shows card image now)

Feel free to file bugs, suggestions and feature requests at https://bitbucket.org/BigYellowCactus/regnancy/

Links

Home Page
http://regnancy.barrelburst.net/
Source
https://bitbucket.org/BigYellowCactus/regnancy/
Windows
https://bitbucket.org/BigYellowCactus/regnancy/
Mac
https://bitbucket.org/BigYellowCactus/regnancy/

Releases

Regnancy 1a7b7240e739 — 7 May, 2012

Regnancy 839c9659f89f — 24 May, 2012

Regnancy 6600de7481f1 — 26 Apr, 2012

Regnancy 0.M17 — 3 Jun, 2010

Regnancy 0.44 — 24 May, 2010

Regnancy 0.M42 — 13 Jun, 2010

Regnancy 0.74 — 30 May, 2010

Pygame.org account Comments

  • Mrshmid 2012-05-31 08:51

    Sorry if this seems stupid, but I'm a noob.
    I have Python 2.7 and PyGame 1.9.1 but when I try to run Regency.py Python tells me that there is no module named 'argparse'.