Just for fun, I've created a Pac-Man using Maple's plot command:

body := plottools[pieslice]([0, 0], 5, (1/6)*Pi .. 11*Pi*(1/6), color = yellow):
eye := plottools[pieslice]([-1, 2], .5, 0 .. 2*Pi, color = black, filled = true):
plots[display](eye, body, axes = none);

The hairpiece for Ms. Pac-Man can be added easily:

bow := plottools[polygon]([[-6.5, 4], [-5, 1], [-2, 6], [-.5, 3]], color = red):
plots[display](eye, bow, body, axes = none);

Comments/Suggestions welcomed!


This has been branched into the following page(s):
Please Wait...