Ability to move player with location.
[naja.git] / naja / player.py
2014-05-17 Simon CrossAbility to move player with location.
2014-05-17 Simon CrossFix loading save games (by telling the loaded player...
2014-05-17 Simon CrossAll puzzles to have cards without default actions.
2014-05-17 David SharpeMerge branch 'master' of git://ctpug.org.za/naja
2014-05-17 Stefano RiveraWhitespace
2014-05-17 Stefano RiveraActually barrel-shift
2014-05-17 Stefano RiveraBit shifts!
2014-05-16 Jeremy Thurgoodflake8 all the things.
2014-05-16 adriannachess moves are working; need more tests
2014-05-15 Jeremy ThurgoodMerge branch 'master' into No_movement_mode
2014-05-15 Neildispense with movement mode
2014-05-15 Jeremy ThurgoodPlayer position is always a valid move.
2014-05-14 Jeremy ThurgoodGet legal moves from player.
2014-05-14 Jeremy ThurgoodCleaner player direction selection.
2014-05-13 Jeremy ThurgoodFix bits and add new action.
2014-05-12 Jeremy ThurgoodOnly move if the flags allow.
2014-05-12 Jeremy ThurgoodMove the player.
2014-05-11 NeilUnshift the world
2014-05-11 Jeremy ThurgoodMore 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 Jeremy ThurgoodPrototype player object.