Please implement multidimensional arrays , so we can use matrices.
Thanks
You can implement matrices with 1d arrays
They are already partly supported:
matrix [][]int
Check out tetris.v for an example.
This should stay open, because they are not fully implemented yet.
Fixed
Most helpful comment
Fixed