This is my dad’s book, he wrote it to teach kids how to code. Check out other things I’ve made with code on this website. If you want to learn how to do things like that then this book is for you. Click here to purchase
This is my dad’s book, he wrote it to teach kids how to code. Check out other things I’ve made with code on this website. If you want to learn how to do things like that then this book is for you. Click here to purchase
I just made this timer for solving your Rubik’s Cube. Have you ever wondered, man my Rubik’s Cube timer always needs me to touch and then release. Well, not anymore. This LEGOย timer is completely Lego and does not require you to press any buttons, you simply just remove the cube from the platform, solve it, […]
Practice adding & subtracting fractions with this new thingamabob! Click in the box to start, and either use the arrow provided in each box (arrows only for google chrome) or type your answer with your keyboard or touchpad. Currently only works for everything except internet explorer.
In these videos I am going to teach you how to code in JavaScript (Fractions): Finding The LCM Finding The GCF Reduce Fractions Regroup Fractions Add Fractions
So from the title you know my game Blob Attack is now properly playable on a phone or touch device. ๐ ๐ย ๐ ๐ย ๐ ๐ย ๐ ๐ย ๐ ๐ย ๐ ๐ย ๐ ๐ย ๐ ๐ click here to play now###!!!
So I made a game, right? Well my game just got updates such as: New background color and graphics We now have a leader board Guess what! “what?” we got more levels! Now there are 20. “no way!” Levels 12-20 have all side lasers by clicking W for up laser, S for down laser, A […]
Hey everybody! My new game Blob Attack has come so you better check it out right now because it is EPIC. I do coding with my dad and we just came out with a new game! Here are some things to know about this game: Level 3-14: Click the space bar to shoot lasers!ย OMG […]
I am going to tell you about the really cool card game that I just made and now you can play it OH ย YEAH! It is a simple card game called 7-8. I still have a few more things to work on but it is playable. Here is aย link to my dad’s blog post about […]
Step 7: the box Now it is time to make the box. So take a cardboard box(to make box look good glue construction paper on and decorate) ย we are almost done! Here is a link to the INSTRUCTIONS for the ULTIMATE candy MACHINE Part 1!!!!!!!! See theย ULTIMATE candy MACHINE in ACTION!!!!!!
Hey so you heard about the card game I am working on. NO!!!!!!!!! okay here is a link to learn more about my card game. I made a card class to make cards for my game. var Card =function(number,suite) { this.number=number this.suite=suite } I also made a deck class to get the right cards and […]