csol/games/eightoff
2017-07-10 17:01:07 +02:00

33 lines
390 B
Text

game {
name eightoff
title Eight Off
repeat 4 {
foundation {
y 0+
first_rank a
next_suit same
next_rank up
}
}
repeat 4 {
cell {
x 1+
deal 1
}
}
repeat 4 {
cell {
x 5+
}
}
repeat 8 {
tableau {
y 1
x 1+
deal 6
first_rank any
next_suit same
next_rank down
}
}
}