Skip to main content

Regnancy - 0.M17

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

- changed version control system from subversion to mercurial.(so version number 0.M17 is my revision 17 since using mercurial)
- changed some internals to allow more complicated cards(like Throne Room) and Attack cards (like Militia)
- added new cards (Bazaar, Militia, Throne Room, Potion, Apprentice, ...)

Links

Home Page
http://regnancy.barrelburst.net/
Source
http://sourceforge.net/projects/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'.