Thursday, January 31, 2008
Wednesday, January 30, 2008
define movewall:
while front_is_clear:
move
define pickall:
while next_to_a_beeper:
pickbeeper
define cleartowall:
pickall while front_is_clear:
move pickall
define turneast:
while not_facing_east:
turnleft
define turnwest:
while not_facing_west:
turnleft
define turnnortht:
while not_facing_north:
turnleft
define turnsouth:
while not_facing_south:
turnleft
while front_is_clear:
move
define pickall:
while next_to_a_beeper:
pickbeeper
define cleartowall:
pickall while front_is_clear:
move pickall
define turneast:
while not_facing_east:
turnleft
define turnwest:
while not_facing_west:
turnleft
define turnnortht:
while not_facing_north:
turnleft
define turnsouth:
while not_facing_south:
turnleft
Tuesday, January 29, 2008
Wednesday, January 23, 2008
learned new commands like if statements and while commands statements
made a pacman map in a spare time heh heh
made a pacman map in a spare time heh heh
Tuesday, January 22, 2008
Monday, January 21, 2008
today i continues writing guido's birtday message, 10010. I tried to make the command lines as short as possible. So, i compete with Caleb and i won hahaha. my final number of lines were 48.
Sunday, January 20, 2008
today i learned how to create new commands by adding define: to it..
and i also learned that guido only knows binary ..
and i learned he's 18..
and i also learned that guido only knows binary ..
and i learned he's 18..
Wednesday, January 16, 2008
Monday, January 14, 2008
GVR
Today I learned about GVR and the world Guido lives in.. It was pretty fun playing with little triangle move around the grid. I hope we can learn more complex things about this program, and i can't wait to find out what we can do with the program.
