Projects Tagged with "arrays"

Simon

Simon

By: kevin_karplus

Views: 997 | LoveIts: 21

Description: This game is a minimal version of Simon, implemented mainly as a programming exercise in using the screen to store information, since scratch lamentably lacks arrays. To play, you have to memorize the order the buttons are displayed in, and click them in the same order as the sequence gradually len ... show more

ghost writer

ghost writer

By: archmage

Views: 792 | LoveIts: 55

Description: This will record your mouse press space to replay your mouse movements while using the pen tool. This project was made using the beta version of scratch 1.3. If you want to download it make sure you have the newest version of scratch installed or else this project will not load.

Array Demo

Array Demo

By: Roberth

Views: 543 | LoveIts: 5

Description: This is a simple demonstration of attempting to build an "array" within Scratch. A simplification of the idea presented by Kevin Karplus with his Simon game: http://scratch.mit.edu/projects/kevin_karplus/2158 To use, simply set the array position to the desired location, and the ... show more

lists

lists

By: Jens

Views: 374 | LoveIts: 11

Description: - caution: experimental - this project includes a small patch which lets you experiment with lists (arrays) in Scratch. Note: This is really only suitable and useful for experienced Squeak hackers. Please let me know your thoughts on this. Have fun! Jens P.S.: The code embedded in this project ... show more

Cribbage Solitaire

Cribbage Solitaire

By: mdusoe

Views: 356 | LoveIts: 10

Description: This is a variation on a Solitaire version of Cribbage that I used to play as a kid. You are given a hand of 5 cards. Select one for your crib, and the other 4 become a hand. Repeat the process 3 more times, and you end up with 4 hands + the crib, giving you 5 hands. Then, a cut card is drawn an ... show more

Future Blocks

Future Blocks

By: 1tchy

Views: 129 | LoveIts: 2

Description:

array stamper

array stamper

By: cpp

Views: 111 | LoveIts: 1

Description: This is a my first scratch project and as such, contains (or contained) all sorts of test stuff. It is also a demonstration of how to use the background image to store data as an array and then use that data for animation. In this case, the data happens to be a string of text that gets rendered i ... show more

Arrays

Arrays

By: 1tchy

Views: 98 | LoveIts: 3

Description: I only spent 20 minutes on this.

Infinite Arrays (Not Fully Working!)

Infinite Arrays (Not Fully Working!)

By: S65

Views: 96 | LoveIts: 3

Description: This is a proof-of-concept demo of my infinite array system. The system doesn't work as well as I want it to; it only supports arrays up to 10-digits properly, while I want it to support up to 305 as intended, but it's still good for what it is. If you use arrays over 10 digits, the reading function ... show more

draw your own character: scratch 1.3

draw your own character: scratch 1.3

By: blahdeblah

Views: 9 | LoveIts: 0

Description: doesnt work online sorry draw your own character=) up to 12 segments only, using lists, as infinitely logging your mouse movements caused the pen to draw too slowly. I think it can support more than 12 segments at a time though. The drawing rate is 1 segment per second. Click to draw, and press sp ... show more