the caturday's really big commit

This commit is contained in:
tTh
2024-09-28 20:25:02 +02:00
parent dfede4a816
commit a1c0fddd17
38 changed files with 603 additions and 265 deletions

View File

@@ -1,5 +1,5 @@
open window 511,511
for x=10 to 495 step 5:for y=10 to 495 step 5
colour x/2,y/2,0
fill rectangle x,y,x+5,y+5
fill rectangle x+1,y+1,x+4,y+4
next y:next x