chess moves are working; need more tests
[naja.git] / naja / tests / test_player.py
2014-05-16 adriannachess moves are working; need more tests
2014-05-15 Jeremy ThurgoodThe Great Renaming of locks and keys.
2014-05-15 Jeremy ThurgoodPlayer position is always a valid move.
2014-05-14 Jeremy ThurgoodGet legal moves from player.
2014-05-12 Jeremy ThurgoodOnly move if the flags allow.
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 ThurgoodStart of some game board stuff.
2014-05-11 Jeremy ThurgoodPrototype player object.