Thursday, January 31, 2008

started crowdmap..

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

Tuesday, January 29, 2008

almost done with step 17!!

Wednesday, January 23, 2008

learned new commands like if statements and while commands statements
made a pacman map in a spare time heh heh

Tuesday, January 22, 2008

today i learned how to make guido make his own choice.
i also made him dance around..

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..

Wednesday, January 16, 2008

Wall building

Today we learned how to build walls in Guido's world.

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.

Sunday, January 13, 2008

Chapter 1: The way of the programming

Most of the things were thing I already know before. I learned most of them from my past expeirences in prvious classes, and some of them I learned from gaming and other sorts of stuff.