Tuesday, January 29, 2013

Applied for the Google Internship

AHHH!!! I just applied for the Google Product Manager Internship. I'm so excited!!!!

Friday, January 25, 2013

Binary Multiplication.. Chalenge Accepted

After puzzling all day and all night yesterday on how to implement Binary Multiplication, I went to bed frustrated and seemingly defeated. I got up this morning and after some intense research (googling) and a stoke or two of intuition, I finally got 0110 * 0011 to equal 10010. #LikeABoss!!!

... so beautiful

Sunday, January 6, 2013

Tick Tack Toe

Started writing a Tick Tack Toe game. It's pretty good. There so much code for the computer to figure out where to move. It's crazy that all of those instructions can process in just an eye blink.

I implemented the board as an array which is working really well. I still have to re-write some of the functions to check to see if a space is open and I'm still playing with the numbers for how often the computer will make a mistake while playing. I'm going to open my Market account soon and hopefully put it up. I'm so excited!