Skip to main content
deleted 1 character in body
Source Link
sergiol
  • 4.2k
  • 1
  • 17
  • 37

Tcl/Tk, 130129 bytes

time {incr j time {grid [text .t[incr i]_$ji]$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

Tcl/Tk, 130 bytes

time {incr j time {grid [text .t[incr i]_$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

Tcl/Tk, 129 bytes

time {incr j time {grid [text .t[incr i]$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

added 1 character in body
Source Link
sergiol
  • 4.2k
  • 1
  • 17
  • 37

[Tcl]Tcl/Tk, 130 bytes

time {incr j time {grid [text .t[incr i]_$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

[Tcl], 130 bytes

time {incr j time {grid [text .t[incr i]_$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

Tcl/Tk, 130 bytes

time {incr j time {grid [text .t[incr i]_$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

deleted 280 characters in body
Source Link
sergiol
  • 4.2k
  • 1
  • 17
  • 37

Tcl[Tcl], 132130 bytes

time {incr j time {grid [button[text .b[incrt[incr i]_$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Try it online!

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

Tcl, 132 bytes

time {incr j time {grid [button .b[incr i]_$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Try it online!

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

[Tcl], 130 bytes

time {incr j time {grid [text .t[incr i]_$j -bg [expr ([incr n]+$j)%2?"#000":"#FFF"] -wi 6 -he 3] -row $j -column $i} 8 set i 0} 8 

Could not get exactly 50 pixels per square, so I went to a round-up! enter image description here

Source Link
sergiol
  • 4.2k
  • 1
  • 17
  • 37
Loading