@@ -16,6 +16,19 @@ func main() {
os.Exit(0)
}
// grid := [][]int64{
// {0, 1, 1},
// {0, 1, 0},
// {1, 1, 0},
// }
// err := rle.StoreGridToRLE(grid, "test.rle", "B3/S23", 3, 3)
// if err != nil {
// panic(err)
// os.Exit(0)
game := NewGame(config, Play)
// main loop
The note is not visible to the blocked user.