By: billyedward
Views: 1270 | LoveIts: 25
Description: STREAK IS OUT!!!!! It is at http://streak.t35.com/ Follow the steps in this project to make 2 new blocks: If a boolean is true, it reports the first value, else it reports the second. Im actually surprised, with the usefulness of this, and the relative shortness of the code that runs it, that MIT ... show more
By: Digimath
Views: 272 | LoveIts: 3
Description: Play NIM against the computer. Take turns flipping the dots from red to black. On your turn, you can flip as many dots as you want, but only on One row. The winner is the player that takes the last turn. I used Innermuse's suggestion and speeded up some of the Wizard's movements.
By: Murloc
Views: 114 | LoveIts: 0
Description: Simple tutorial on 4 Data types
By: big-bang
Views: 111 | LoveIts: 7
Description: After a hectic hour of string programming, I am proud to present possibly my best project ever. *cries with joy* Okay, this is the nitty-gritty. Reverse Talking consists of two smileys, one typically coloured and one an inverted image of the other. The first one will go into a spiel about what he d ... show more
By: Hardmath123
Views: 110 | LoveIts: 6
Description: The is a simple logic circuit evaluator, made in only 1 script (no sprites) A logic circuit is like a mathematical expression, but with modifying 0 or 1 (T/F). There are three operators, namely NOT (!), which is 0 if the input is 1, otherwise 1; AND (&), which is 1 only if both inputs are 1; and ... show more
By: Connerscratcher
Views: 39 | LoveIts: 1
Description: Set A and B. Press space.
By: iTweak0r
Views: 31 | LoveIts: 0
Description: (in BYOB) how to make a block to check if a sprite is moving. used in if statements! click the triangle to see what it reports
By: cowzrule
Views: 16 | LoveIts: 0
Description: red=AND blue=OR yellow=NOT brown=XOR purple=NAND pink=NOR turquoise=XNOR orange=1 or high input black=0 or low input grey=wire (yellow end is input)
By: DarthPickley
Views: 13 | LoveIts: 1
Description: this is a kind of test/example/presentation of ways to use the "Say [ Hello! ] " Block. you can just type the exact message that you want the sprite to say, like "Hello!". Or, you can use variables, currently all the main variables and all variables you can create. what the sprit ... show more
By: jafish
Views: 11 | LoveIts: 0
Description: A continuation of Rafael Fajardo's logic game, this adds drawing and a winning condition which requires that two conditions be met. It is intended to show the various types of boolean logic available in Scratch.
