Skip to main content

Regnancy - 0.74

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

- added a some new cards
- major code cleanup
- added some fancy animations
- server can now be started from client menu
- added some useful classes for configuration, pickling, compressing, font-rendering and logging

exception handling is currently disabled for easier debugging
rendering could be done better, but there's currently no need to.
next step would be to make the game "playable", as in showing who has won and not just quitting etc.

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'.