- /
-
Challenge Accepted
on 11 Oct 2021
- 3
- 64
- 6
- 0
- 253
imagesc(invhilb(8)>0)
colormap([7,5,1;9,7,2]/10)
axis square
d=' ♖♘♗♕♔♙♜♞♝♛♚♟';
h='8D1111729D111173AD111174B11D7115CD111176AD1111749D1111738D111172';
b=reshape(hex2dec(h'),8,8);
for i=1:numel(b)
[r,c]=ind2sub([8,8],i);
text(c,r,d(b(i)),"FontSi",25,"Horiz","cen")
end