/7wonders

Python implementation of 7 wonders base game

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

This is an implementation of the 7 wonders board game by Antoine Bauza.

TODO List:

* Implement Wonders
* Implement a UI - hopefully a textbased web design similar to the isotropic.org style
* Fix buying cards so the money is actually spent
* Leaders expansion
* Cities expansion
* Babel expansion!


To run the game just run $ ./game.py in the chceckout directory