Game Challenge - Hour of Code - Angry Birds and Zombies

Lets play this game and post your progress here. You can play the game here: Hour of AI Activities

The objective is to get as far as you can. What this game does is gives you a user interface where you drag and drop objects, and it builds the code for you in the background which you can see too. Post your progress and code here and enter a chance get personalized tech support from us geeks. :smiley:

A very cool initiative. Getting all the kids in the world to code for an hour and showing them what they did. The goal was to get 10 million kids to try an hour of code that turned into a major cause. The video below should explain more but I m very proud right now to choose this as my career.

Coding zindabaad.

Article about it in Linkedin.

The Hour of Code is Here! | LinkedIn

Also, found out that there are some games that kids can play to put blocks together, which would generate the code for it in the background. Its using Angry Birds which is recognized by almost all the kids today. I was playing it and here is some of the code it generated for me:



Congratulations! You completed Puzzle 9. (However, you could have used only 3 blocks.)

You just wrote 8 lines of code!
All-time total: 41 lines of code.
The blocks for your program can also be represented in JavaScript, the world's most widely adopted programming language:

for (var count = 0; count < 2; count++) {
  moveForward();
}
turnRight();
for (var count2 = 0; count2 < 2; count2++) {
  moveForward();
}
turnRight();
for (var count3 = 0; count3 < 2; count3++) {
  moveForward();
}


re: Game Challenge - Hour of Code - Angry Birds and Zombies

Here is some more code generated by the game. I m also attaching the screen capture from the game to show what is creating this code:



while (notFinished()) {
  if (isPathForward()) {
    moveForward();
  } else {
    if (isPathRight()) {
      turnRight();
    } else {
      turnLeft();
    }
  }
}


http://www.paklinks.com/gs/attachment.php?attachmentid=52338&d=1386707160

re: Game Challenge - Hour of Code - Angry Birds and Zombies

10 of the Best Online Programming Tools for Students
its from 2012

re: Game Challenge - Hour of Code - Angry Birds and Zombies

Today I was listening on a talk show that 80% of programmers don't have the right skills to score a job in current market . They are just too lazy to learn new technologies . May be its time for them to get themselves involve.

re: Game Challenge - Hour of Code - Angry Birds and Zombies

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

Here is what I did so far…Got my certificate!! Come on everyone…

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

This is fun!!

Stuck at 14 :/

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

Let me know if you need help....

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

I am getting bluecoat warning.
i will try from home.

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

just tried on physical machine :smiley:


Restored attachments:

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

Will try later this week! Don't think I'll get far though :/

Re: Game Challenge - Hour of Code - Angry Birds and Zombies


Restored attachments:

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

^Awesome!

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

Nice

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

^Give it a try if you could.....

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

Thanks for the new addiction:hoonh:

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

lol, we’re posting our certs now? :hehe:

Re: Game Challenge - Hour of Code - Angry Birds and Zombies


Restored attachments:

Sure we are. :D

Re: Game Challenge - Hour of Code - Angry Birds and Zombies

ima put this in my resume :p