Skip to main content

Regnancy - 839c9659f89f

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

Finally, a website for Regnancy

What's new:

  • base set and Intrigue complete, Alchemy complete (except Golem and Possesssion)
  • some major code cleanup (still a lot to do)
  • added command line options (run regnancy.py -h for more information)
  • started work on improvement of the AI player (will now respond to some cards, but still a lot of work to do)
  • as always, a bunch of new cards added
  • new option 'Quick Match', which will start a new game against an AI player with a random set of cards immediately
  • some bug fixes
  • original artwork will now be downloaded automatically (even on windows)
  • 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'.