Saturday, July 30, 2011
Working on a Second Android App Sil-a-Who
Working on a Android Kid's game where you slide the Animal to its Silhouette
Friday, July 29, 2011
Peek-a-Who Android App now on market
Our First Android app Peek-a-Who on the Android Market! http://t.co/03f27ym
Its a Peek A Boo app for toddlers.
Its a Peek A Boo app for toddlers.
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....
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)
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
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.
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
Tuesday, July 19, 2011
Addition of XOR allows me to make a full adder from logic gates
I wanted to make a full adder
http://en.wikipedia.org/wiki/Adder_(electronics)
http://twitpic.com/5ssyee
I used 3 wireless transmitter blocks as my 3 inputs
then I used AND OR and XOR Blocks
http://en.wikipedia.org/wiki/Adder_(electronics)
http://twitpic.com/5ssyee
I used 3 wireless transmitter blocks as my 3 inputs
then I used AND OR and XOR Blocks
Thursday, July 14, 2011
Tuesday, July 12, 2011
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
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
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
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
Saturday, July 9, 2011
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
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
I have been a bit distracted by Android Development lately. Its relatively easy.
Thanks to all the people who have downloaded the game.
-Greg
Tuesday, July 5, 2011
Sunday, July 3, 2011
JMonkey Team gave me my own group
JMonkeyEngine the awesome scene graph for Java Game Development gave me my own group.
http://jmonkeyengine.org/groups/script-blocks/
I'm excited!!!
http://jmonkeyengine.org/groups/script-blocks/
I'm excited!!!
Subscribe to:
Posts (Atom)