Your shot flies along the curve you type. Land it on an enemy without clipping the terrain — or your own team.
All red soldiers eliminated.
0 is a straight line, 0.1*x^2 arcs upward, -2*sin(x) snakes.+ - * / ^ % · sin cos tan · asin acos atan atan2 · sinh cosh tanh · exp ln log log2 log10 · sqrt cbrt abs sign · floor ceil round trunc · min max mod pow · pi e
Implicit multiplication works: 2x, 3sin(x) and (x+1)(x-1) all parse — but a variable pushed straight against a name needs a star, so write x*sin(x), not xsin(x). Angles are in radians, and log is the natural log (use log10 for base 10).