JaniM / variant-go-server

The virtual home of go variants.
http://go.kahv.io
Apache License 2.0
47 stars 6 forks source link

Variant: Tetris shapes are forbidden #41

Closed JaniM closed 3 years ago

JaniM commented 4 years ago

Specifically these shapes are forbidden:

 x   x  xx  x  xx
xx  xx   x  x  xx
x    x   x  x
            x

The shape has to be exact, so this is allowed, assuming the middle move is the last one played:

  x
xxx
  x
sigs commented 3 years ago

uhm... why though? All 4 stone groups are possible tetris blocks

sigs commented 3 years ago

Is this different from tetris go as implemented currently? :)

JaniM commented 3 years ago

Nope I am just bad at managing issues!