Please Help!
I need some help with some code that i am using for a program that i'm making. I'm trying to fill random squares inside a grid.
Here is the code for the grid:
:For(I,8,94,8
:Vertical I
:End
:For(J,1,95,8
:Line(8,J,88,J
:End
And the program i need help with:
:ClrDraw
:1-> Xmin:95-> Xmax
:1-> Ymin:63-> Ymax
:For(V,2,20
:randInt(2.90-> H
:H+6-> I
:For(E,1,7
:Line(H,E+H,I,E+H
:End
:End
I can't figure out how to fill these spaces, please help guys.