pyrisk.git
2010-03-26 W. Trevor KingFix missing dispatchers in base.random_game EmailPlayer...
2010-03-26 W. Trevor KingFix excute -> execute typo in OutgoingEmailDispatcher
2010-03-26 W. Trevor KingCorrect "Re:" portion of procmail regexp in README
2010-03-26 W. Trevor KingAdded .gitignore to mask *.pyc files
2010-03-26 W. Trevor KingPreliminary handling of actual emails.
2010-03-26 W. Trevor KingAdded setup.py and moved VERSION to pyrisk/__init__.py
2010-03-26 W. Trevor KingAdded README and renamed risk/ -> pyrisk/
2010-03-26 W. Trevor KingAdded GPLv2 boilerplate.
2010-03-26 W. Trevor KingAdded risk.player.email with EmailPlayer.
2010-03-26 W. Trevor KingPlayer.select_territory returns territory name rather...
2010-03-26 W. Trevor KingBroke Engine.end_of_turn_cards out of Engine.play_turn
2010-03-26 W. Trevor KingAdded adjacency checking to Engine.attack_and_fortify.
2010-03-26 W. Trevor KingFixed bug in active_player calculation + other cleanups.
2010-03-26 W. Trevor KingOnly call Player.report (prev. Player.phase_report...
2010-03-25 W. Trevor KingAdded player-specific log reporting
2010-03-25 W. Trevor KingBegan versioning (v0.1), engine and basic AI.