Get The Code

Saturday, July 30, 2011

Friday, July 29, 2011

Thursday, July 28, 2011

Working on a Toddler App For Android Devices

Eclipse for Android SDK work really well.

Signing your App was super simple.

Wizard helps you create keystore and key

Only hard part was getting Ubuntu to let me send Packages to my Tablet for Testing.

This was a 2D Canvas Project but it makes me wonder how ScriptBlocks would work on Android....

Tuesday, July 26, 2011

Script Blocks Alpha 12 - Cellular Automaton

I was looking at Cellular Automaton
http://mathworld.wolfram.com/ElementaryCellularAutomaton.html
Using Rule 90

I used the level script to make this.

The Object is upside down so that  I could pick different size of generations.

I learned a lot about how automatons work. Not sure how I can add this to any game type but was fun just to mess around.  All those blocks are Power Blocks(Master)

Saturday, July 23, 2011

Script Blocks Alpha 12 is _NOW_ available


Script Blocks Alpha 12.
Added More Logic Gates
Added Sky Box
Added Shadows
Added Config options on the Level Screen
Added A Level called game of Life
Get the Game at:
http://code.google.com/p/script-blocks/

Friday, July 22, 2011

What can I use instead of this circuit to detect only 1 input on 4 possible

 What can I use instead of this circuit to detect only 1 input on 4 possible

http://twitpic.com/5u6zkz

Stuck on my Game of Life

here is my attempt to put all three tests together into one tower.
http://twitpic.com/5ttqf0
Something is wrong with my logic on the first “floor” For the case where it is testing for
0001
0010
0100
1000
I used three xor gates where AB goes into XOR(1) CD goes into XOR(2) and XOR(1) XOR(2) goes into XOR(3)
but that fails for the cases such as A=1 B=1 and C=1
still lots O fun though.

Wednesday, July 20, 2011

TRYING TO RECREATE GAME OF LIFE

I am trying to recreate a slimmed down version of GAME of LIFE WITH SCRIPT BLOCKS
I Determined that only 3 different states need to destroy the block. ONESIDEONLY, ALLSIDES, NOSIDES. HERE ARE MY ATTEMPTS
ONESIDEONLY

ALLSIDES

NOSIDES

Tuesday, July 12, 2011

how to build a house video

Here is a how to video. Good Luck. I'm excited to see what everyone creates

ivokosir made this

Things to do for Alpha 12

Create a Easy to follow How to Video. To go along with The Build  A House Challenge.


Possible blocks to add:
LOGIC GATE BLOCKS: XOR , XNOR, NOT
SKY MAP BLOCK
ALPHABET BLOCKS

Weekly Challange : Build A House

This will be the first weekly Challange
Build A House:
Use Script Blocks to build a house.
Take a screen shot and add the link to this post.


Hints:
Try and use the (C) and (V) while the power block is off to copy and paste your blocks

Monday, July 11, 2011

Today was an awesome day!
I got my first paying customer for  Script Blocks.

I wanted to say thank you to everyone for testing the game and thanks to Chris who is spreading the word.  And thank you MH you rock!

I was thinking about having a weekly task... Such as build a house or a rail road.

Would anyone want to do that?

-Greg
P.S if anyone else wants to donate its on the
http://code.google.com/p/script-blocks/ page click on the Donate Button

Thanks

Friday, July 8, 2011

Alpha 11 - Rail Road Crossing Using Logic Gates

Alpha 11 - Rail Road Crossing Using Logic Gates
 
Using Range Finder OR and NOR Blocks

The Gate will go down
When the NPC goes past the
Range Finder and will stay down
until the NPC crosses
the other range finder

Thursday, July 7, 2011

Alpha 11

Script Blocks Alpha 11.  Now has AND OR NOR NAND BLOCKS.
Please let me know what you think.


The blue arrows on each side of the block
Do a ray cast outward to look for blocks 
If they find one they look at its frequency
0 or 1+ 

Adding some logic gates (AND, OR, NAND, NOR)

For the next alpha I will be adding some logic gates. Not sure what I will do with them but should make for some more awesomeness...

I have been a bit distracted by Android Development lately.  Its relatively easy.

Thanks to all the people who have downloaded the game.

-Greg

Sunday, July 3, 2011