JaniM / variant-go-server

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

Variant: Gravity Go #54

Closed isaiahstjohn closed 3 years ago

isaiahstjohn commented 3 years ago

Every N turns, each stone on the board moves down one row. Stones on the bottom of the board are removed (these are not subtracted from player scores in 3- and 4-color go).

JaniM commented 3 years ago

This allows for infinite games, which we can't really allow (memory is expensive).