Under rating threshold (hideshow)
Zexion what are you talking about?
This has nothing to do with real programming except the way to think, creating one simple function to do a lot of dirty dirty work...
Under rating threshold (hideshow)
level 10 is tricky one, you need to light first the left switch not the right one.
F1 is the 8 first movements.
F2=????
Under rating threshold (hideshow)
Omer - Your first function will alternate between forward and lighting (forward first.) Count the squares in the row, you have taken care of 4 of them, 3 more in that row to go, so make your second function like the first but put a right turn and a forward in the last 2 slots instead.Your main function will then look like this f(1) f(2) (light) (right turn) (f1) (f2).
Good luck!
Under rating threshold (hideshow)
Protips for Level 11 (may contain spoilers):
1. Your first function will be "straight forward."
2. Your first main action will be the Second function!
3. Getting the order of commands right in the first function is a bright idea!
4. Your second function will refer to the first function FOUR times.
5. Some turning and jumping is involved in the main loop and the second function.
That's all the tips I have, I want you to figure the rest for yourself!
Under rating threshold (hideshow)
Game completed – We know this is easy if you're a programmer. Don't rub your brilliance in the faces of us simple-minded folk.
192 commands
Under rating threshold (hideshow)
I thought it was pretty easy. Only level that gave me trouble was 9 I think... 9 or 10.
A hint for some of the levels, try finding patterns that will repeat through the level, and put them in your first function, then put the first function as a move in your second function!
All in all, I love this game, it's a fun brain exercise