• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 11
  • 24
  • 0
  • 0
  • 243
% Frame
rectangle(Position=[-6 -5 12 11],FaceC='y');
rectangle(Position=[-5 -4 10 8],Curvature=0.2,FaceC='k');
hold on
% midcourt line
plot([0,0],[-4,4],'w:',LineW=4)
% 2 player
plot([-4,4;-4 4],[0,-2;1 -1],'w',LineW=8)
% score
% plot([-1 1;-1 1],[2.5 2.5;3.5 3.5],'w',LineW=4)
% ball
plot(1,1,'ws',LineW=8)
% Title
text(-2,5,'PONG',FontSize=38);
axis equal off
Remix Tree