- /
-
Pacman game
on 5 Oct 2021
- 53
- 63
- 0
- 0
- 280
axis([0 18 0 15]);
m='position';
n='facecolor';
p='curvature';
r='markersize';
v=[1 1];
e=45;
rectangle(m,[3 4 4 4.5],p,[.5 .5],n,'m')
hold on
rectangle(m,[11 3.6 6 6],p,v,n,'y')
plot(13.5,8.5,'k.',r,e)
plot(5,7,'k.',r,e)
plot(6.5,7,'k.',r,e)
axis off
fill([11,11,15],[5,9,6.5],'w','LineStyle','none')