add tableau todo items

This commit is contained in:
~d6 2024-07-27 17:47:55 -04:00
parent 4a35e9795a
commit 8d6fb7712f
1 changed files with 3 additions and 2 deletions

View File

@ -403,9 +403,10 @@
#01 JMP2r ( 1^ ) #01 JMP2r ( 1^ )
@try-release-tableau ( -> bool^ ) @try-release-tableau ( -> bool^ )
( TODO: check if held stack intersects with top card of column ) ( TODO: for each column... )
( TODO: check if bottom of stack intersects with top card of column )
( TODO: check if bottom of stack is compatible with top of column ) ( TODO: check if bottom of stack is compatible with top of column )
( TODO: place stack and return #01 if ok ) ( TODO: place stack, clear prev, and return #01 if ok )
&nope #00 JMP2r &nope #00 JMP2r
@release ( -> ) @release ( -> )