mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
* fixed memory-type games
git-svn-id: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@275 39dd0a4e-7c14-0410-91b3-c4f2d318f732
This commit is contained in:
parent
ad8e7b0be0
commit
515062749d
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