mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
* fixed memory-type games
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@275 efabe8c0-fbe8-4139-b769-b5e6d273206e
This commit is contained in:
parent
cff055413b
commit
3505a28bfe
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ class Memory_RowStack(OpenStack):
|
|||
self.flipMove()
|
||||
game.other_stack = None
|
||||
self.game.finishMove()
|
||||
self.game.checkForWin()
|
||||
return 1
|
||||
|
||||
def _dropPairMove(self, n, other_stack, frames=-1, shadow=-1):
|
||||
|
|
Loading…
Add table
Reference in a new issue