How do you "orthogonally project" the shape? After I drew multiple graphs, I still had no idea.
The correct answer is $12$. I guess it is $3 \sqrt 2 \cdot 2 \sqrt 2$ according to the gist of the graph that I drew (a plane with two parallel sides through four mid points each, and two shorter sides a little out of shape)
The problem:
"A bee travels in a series of steps of length $1$: north, west, north, west, up, south, east, south, east, down. (The bee can move in three dimensions, so north is distinct from up.) There exists a plane $P$ that passes through the midpoints of each step. Suppose we orthogonally project the bee’s path onto the plane $P$, and let $A$ be the area of the resulting figure. What is $A^2$?"

Following is the code I developed to solve this problem. The square of the area output by the program is $A^2 = 12$
The output of the program is as follows: