• Remix
  • Share
  • New Entry

on 13 Oct 2022
  • 13
  • 100
  • 0
  • 4
  • 272
Find a hidden word and show where it's at in the crossword puzzle!
There are 4 of them.
n=20;
r=@randi;
[x,y]=meshgrid(1:n);
v=[65:90,97:122]';
c=v(r(52,1,n^2));
c(r(394)+(0:5))=[66 65 76 84 65 77];
c(r(n)+(n:n:160))=[109 105 110 105 104 97 99 107];
c(r(394)+(0:7))='BE@CLD@J'+9;
c(r(90)+(6:11)*20)=[109 97 116 114 105 120];
text(x(:),y(:),char(c))
xlim([0,21])
ylim(xlim)
axis off
Remix Tree