Here is the easiest way to win in the shooter game:
we need to cause an overflow in the integer which holds the number of arrows shot, to shoot a negative amount of arrows at ourselves, thus greatly increasing both our strength and arrows.
shooting 2147483670 = 2^31 +22
will work (we don't want a number too close, as then we will have another overflow, because we start with 9 arrows)
the result should look like:
Warrior(you) shoots -2147483626 arrows at Warrior(you)
Warrior(you) has 2147483635 Arrows and strength of 2147483618
Good luck!
Eli Karasik