A mini-project
This is a Python implementation of the card game, Dominion.
First things first, time to set up your Python environment. Because of the scope of this project, I am assuming the game is being developed and tested in a Windows environment.
-
Download and install the latest stable Python from the official site. I am using Python 3.3.3 x64.
-
Download and install PyGame for your chosen version of Python.
-
Read documentation and hack away.
