Top Remixed Projects Feed http://scratch.mit.edu/feeds/getTopRemixedProjects Top Remixed Projects Feed en-us Sat, 11 Oct 2008 02:34:28 GMT CakePHP Han and Andres genghisu 2 Pong http://scratch.mit.edu/projects/SampleProjectsTeam/62832 A simple pong game INSTRUCTIONS *Move mouse to control paddle *Don't let the ball fall into the lava HOW I MADE THIS *The paddle just moves it's X coordinate to whatever the mouse's X coordinate is *I drew the ball using the gradient effect in the paint editor *The trickiest thing for me was to get the ball to bounce off the paddle right. I ended up going on the website and finding how someone else had done it: "point in direction (180 - direction)". I still find this confusing but it works really well. Then I turn a random amount to make it more interesting. MORE IDEAS Make the game more complex or change images. http://scratch.mit.edu/static/projects/SampleProjectsTeam/62832_sm.png Doodle http://scratch.mit.edu/projects/Graham/21904 You are stuck in algebra and are so bored you might as well be dead. There's nothing to do until you see the piece of paper on the desk. You're saved!! Arrow keys to move and mouse to draw. Improved edition: Sound! Better line detecting! And a new level!! http://scratch.mit.edu/static/projects/Graham/21904_sm.png 6 Doodle http://scratch.mit.edu/projects/SampleProjectsTeam/57610 You are stuck in class and are so bored you can't take it. There's nothing to do until you see the piece of paper on the desk. You're saved!! Draw a line, then use the arrow keys to climb along the line to get to the door. http://scratch.mit.edu/static/projects/SampleProjectsTeam/57610_sm.png Marble Racer starter http://scratch.mit.edu/projects/ericr/2432 INSTRUCTIONS: Use the arrow keys to race your marble around the track to the finish line. If you slide off onto the grass, it will slow you down. Press space to change tracks. What's your best lap time? HOW IT WORKS: The marble has variables for its x and y velocities. The arrow keys make it accelerate by changing the velocities. The grass slows you down by multiplying the velocities by a fraction. THINGS TO TRY: * Make your own tracks by drawing a new background. Just use the same shade of green for the grass. * Make a new costume for the ball. * Make obstacles (even moving obstacles!) that slow you down or stop you, or ramps that speed you up. http://scratch.mit.edu/static/projects/ericr/2432_sm.png 3 FishChomp http://scratch.mit.edu/projects/SampleProjectsTeam/62835 Try to make the big fish eat the smaller fish. INSTRUCTIONS Click the Green Flag to start. Move the mouse to control the big fish. HOW I MADE THIS * To see whether the big fish is close enough to eat the little fish, I used the "color _ is over _?" block * The little fish broadcasts "got me" when the big fish gets close to it, which triggers the big fish to animate its mouth in an eating motion. MORE IDEAS * Keep score of how many fish are eaten * Make different kinds of fish ("good fish" and "bad fish") http://scratch.mit.edu/static/projects/SampleProjectsTeam/62835_sm.png kaleidoscope starter http://scratch.mit.edu/projects/ericr/2079 Use the arrows keys to move around and draw a symmetrical pattern. Things to try: - Edit the costumes of the sprites to draw using different shapes - Use the "change color effect" block to make different colors - Add more key controls http://scratch.mit.edu/static/projects/ericr/2079_sm.png 4 MarbleRacer http://scratch.mit.edu/projects/SampleProjectsTeam/62839 INSTRUCTIONS: Use the arrow keys to race your marble around the track to the finish line. If you slide off onto the grass, it will slow you down. What's your best lap time? HOW IT WORKS: The marble has variables for its x and y velocities. The arrow keys make it accelerate by changing the velocities. The grass slows you down by multiplying the velocities by a fraction. THINGS TO TRY: * Make your own tracks by drawing a new background. Just use the same shade of green for the grass. * Make a new costume for the ball. * Make obstacles (even moving obstacles!) that slow you down or stop you, or ramps that speed you up. http://scratch.mit.edu/static/projects/SampleProjectsTeam/62839_sm.png Perfect Sidescrolling Engine v1.0 http://scratch.mit.edu/projects/archmage/28903 With this platformer engine it is possible to create fairly complex platformer game which includes glide and two way scrolling and is about as perfect a platformer engine you can make in scratch. Since some may not understand how to use this engine I will give help to anyone who asks for it on the forums. Also if you have any suggustions to make this platforming engine even better please leave a comment and let me know. http://scratch.mit.edu/static/projects/archmage/28903_sm.png 1 PacMan http://scratch.mit.edu/projects/SampleProjectsTeam/62830 INSTRUCTIONS Use arrow keys to move HOW THIS CODE WORKS I made this program so others could make their own pacman and other maze games and artistic expressions. The way this program works is that whenever you push an arrow key, pacman points in the direction you push (if "left arrow key" pressed point "left"). Then pacman moves forward as long as his whiskers (a purple dot in front of his mouth) are touching the color green. You can see this in the pacman sprite "if (purple touching green)". If pacman touches red, the maze switches. MORE IDEAS To change it just draw any maze/path you want to using the same color green I used (in the scratch paint editor that's the 4th square down in the green column). Then change the pacman costume. http://scratch.mit.edu/static/projects/SampleProjectsTeam/62830_sm.png 3 Trampoline http://scratch.mit.edu/projects/jay/62838 INSTRUCTIONS Click the Green flag to start. Press arrow keys to do tricks. Each arrow key triggers a different trick. HOW I MADE THIS * The trampoline uses the fisheye effect to make it look like it is bending whenever it senses the girl * I blurred the background in Photoshop to make the foreground stand out http://scratch.mit.edu/static/projects/jay/62838_sm.png ganshaaaaa http://scratch.mit.edu/projects/leeor99/1431 http://scratch.mit.edu/static/projects/leeor99/1431_sm.png tetris1.01 http://scratch.mit.edu/projects/fandebiao/5072 This project is replaced by a better version. Please play "tetris1.21" http://scratch.mit.edu/static/projects/fandebiao/5072_sm.png tetris1.21 http://scratch.mit.edu/projects/fandebiao/5457 Check out my "5-second adventure", it's TEN TIMES better than this. http://scratch.mit.edu/static/projects/fandebiao/5457_sm.png tetris_v1.4 http://scratch.mit.edu/projects/amyv/6574 Based on fandebiao's Tetris. Control: Left/Right arrows to move; Up arrow to rotate; Down arrow to accelerate. http://scratch.mit.edu/static/projects/amyv/6574_sm.png tetris1.44 http://scratch.mit.edu/projects/amyv/8262 Based on fandebiao's Tetris. Control: Left/Right arrows to move; Up arrow to rotate; Down arrow to accelerate. http://scratch.mit.edu/static/projects/amyv/8262_sm.png