Optional sanity check for actions.
[naja.git] / naja / gameboard.py
2014-05-17 Simon CrossOptional sanity check for actions.
2014-05-17 David SharpeMerge branch 'master' of git://ctpug.org.za/naja
2014-05-17 Stefano RiveraWe have standards
2014-05-17 Stefano RiveraSetting defaults shouldn't be restricted to puzzles
2014-05-17 Simon CrossFix loading save games (by telling the loaded player...
2014-05-17 Simon CrossUse parse_bits from utils.
2014-05-17 Stefano RiveraYAML knows about integers. Not tuples
2014-05-17 Simon CrossAll puzzles to have cards without default actions.
2014-05-17 Jeremy ThurgoodFix cheat detection.
2014-05-17 Stefano RiveraAllow overriding defaults from puzzles
2014-05-17 David SharpeMerge branch 'master' of git://ctpug.org.za/naja
2014-05-17 David Sharpemissed a file
2014-05-17 David Sharpeupdated parameters in yaml
2014-05-17 David SharpeMerge branch 'master' of git://ctpug.org.za/naja
2014-05-17 NeilAdd max_number limitation (with tests, nogal)
2014-05-17 David Sharpebastard merge
2014-05-17 David Sharpeadded timed card specific behaviour
2014-05-17 NeilAdd a card_name parameter
2014-05-17 adriannaremove stray prints
2014-05-17 adriannaclockwise and anticlockwise were swapped because I...
2014-05-16 NeilStop music when the game ends
2014-05-16 Jeremy ThurgoodSave and load cheater flag.
2014-05-16 Jeremy ThurgoodSave player mode.
2014-05-16 Jeremy ThurgoodFix loading of old saves.
2014-05-16 Simon CrossDon't replace used cards in puzzle mode.
2014-05-16 Simon CrossImplement static puzzle deck construction.
2014-05-16 Stefano RiveraA (debug) way to start with more bits
2014-05-16 Jeremy ThurgoodSave game.
2014-05-16 adriannarotation action
2014-05-16 adriannastarted implementing rotation
2014-05-16 adriannachess moves are working; need more tests
2014-05-15 Simon CrossAllow optional specification of a locations bits.
2014-05-15 Jeremy ThurgoodBetter location shifting.
2014-05-15 Jeremy ThurgoodMerge branch 'master' into No_movement_mode
2014-05-15 Neildispense with movement mode
2014-05-14 Jeremy ThurgoodShift board locations.
2014-05-14 NeilAdd exmine mode
2014-05-14 Jeremy ThurgoodWin and lose screens and conditions.
2014-05-14 Jeremy ThurgoodAction to gain health.
2014-05-13 Jeremy ThurgoodAdd win token action.
2014-05-13 Jeremy ThurgoodChange card after taking action.
2014-05-13 Jeremy ThurgoodDefault default action.
2014-05-13 NeilHack in multi-modal behaviour
2014-05-11 David SharpeBastard merge
2014-05-11 Jeremy ThurgoodChoose locations for the board.
2014-05-11 Simon CrossMove player defaults into constants.
2014-05-11 Simon CrossFix gamestate setup.
2014-05-11 Jeremy ThurgoodMore state management.
2014-05-11 David Sharpemerge
2014-05-11 Jeremy ThurgoodGame state management.
2014-05-11 Simon CrossMerge branch 'master' of git+ssh://ctpug.org.za/naja
2014-05-11 Jeremy ThurgoodDecouple action from required bits.
2014-05-11 Simon CrossMerge branch 'master' of git+ssh://ctpug.org.za/naja
2014-05-11 Jeremy ThurgoodStart of location actions.
2014-05-11 Jeremy ThurgoodStart of some game board stuff.