Regnancy is a deck building card game in which the players compete to gather the most valuable deck of cards, representing a Kingdom.
For more information about Dominion:
http://boardgamegeek.com/boardgame/36218/dominion
Since the card artwork is protected, the screenshot fools you. You will get other card artwork done by Adventuress.
Developer comments
The game is still in an alpha-stadium, but already playable via network. I implemented ~20 cards yet.
I used the PodSixNet-library for the network stuff and a modified pgu-library for the gui, both libraries are avaiable here at pygame.org.
Start a server over the commandline with the desired portnumber as only argument, e.g.
python start_server.py 9989
start a client simply with start_client.py
Currently, the server tries to connect to archive.org to get the current ip to bind the socket. If you want to play and don't have an internet connection, change the following line
self.localaddr = s.getsockname()[0],kwargs['port']
in regnancyserver.py
Product's homepage
Requirements:
· Python
· pygame
What's New in This Release: [ read full changelog ]
· no longer alpha stadium (beta now)
· changed GUI-library
· lots of bug fixes
· (very basic) AI-Player added
· removed scaled images (now being created on-the-fly via pygame)
· some more cards