09-28-2015, 05:01 PM
I'm still afraid of different commands for turning the bot. If we're gonna replace negative values, I would do it like this:
Code:
turn(Left); // Always means turn(90);
turn(Right); // Always meant turn(-90);
(09-27-2015, 10:30 PM)tomangelo Wrote: On the other hand, there isn't so much exercises with aiming (at least now)Well, that's good material for rather Medium or Hard Exercises levels. Especially when we're talking about PhazerShooter's aiming.