not so hard but it was hard to understand at first.
Wednesday, February 27, 2008
Tuesday, February 26, 2008
Sunday, February 24, 2008
Thursday, February 21, 2008
Wednesday, February 20, 2008
today we finis drawing our gasp,
it's really complicated to do lines since i had to know where the point is in my head..
it's really complicated to do lines since i had to know where the point is in my head..
Tuesday, February 19, 2008
Monday, February 18, 2008
Sunday, February 17, 2008
today i.. made my computer crash by typing print "hello"*10000...
it worked on tysons -_-;;
besides that i learned how def functions works and how to import files..
from functions import *..
still stuck on 2g.. what does it mean by "add"??
it worked on tysons -_-;;
besides that i learned how def functions works and how to import files..
from functions import *..
still stuck on 2g.. what does it mean by "add"??
Thursday, February 14, 2008
Wednesday, February 13, 2008
Tuesday, February 12, 2008
Monday, February 11, 2008
Sunday, February 10, 2008
Monday, February 4, 2008
define backup:
turnleft
turnleft
move
turnleft
turnleft
define turnright:
do 3:
turnleft
define solve:
if next_to_a_beeper:
pickbeeper
if front_is_clear:
move
solve
backup
if left_is_clear:
turnleft
move
solve
backup
turnright
if right_is_clear:
turnright
move
solve
backup
turnleft
while front_is_clear:
move
if front_is_blocked:
turnleft
turnleft
solve
turnoff
turnleft
turnleft
move
turnleft
turnleft
define turnright:
do 3:
turnleft
define solve:
if next_to_a_beeper:
pickbeeper
if front_is_clear:
move
solve
backup
if left_is_clear:
turnleft
move
solve
backup
turnright
if right_is_clear:
turnright
move
solve
backup
turnleft
while front_is_clear:
move
if front_is_blocked:
turnleft
turnleft
solve
turnoff
