I would like to move this piece is Zillions. I wouldn't say I'm good at programming Zillions.
I use this string: (define zslide ($1 (while empty? add $2 (verify empty?) add $1) (verify not-friend?) add)) I use 8 of them for the piece (nw ne; ne nw; nw sw; sw nw; etc.)
It works but then the value attributed to that piece is too strong because half of the squares it can reach are counted twice (those in position of dabbaba-rider).
I would like to move this piece is Zillions. I wouldn't say I'm good at programming Zillions.
I use this string: (define zslide ($1 (while empty? add $2 (verify empty?) add $1) (verify not-friend?) add)) I use 8 of them for the piece (nw ne; ne nw; nw sw; sw nw; etc.)
It works but then the value attributed to that piece is too strong because half of the squares it can reach are counted twice (those in position of dabbaba-rider).
Does anyone know how to fix that?
Thank