header

 

More links

AutoHotkey | Android | Arduino | COMM140Fractals | Grammar Checkers | Knots | A Million Dots Activity |  Processing | Processing for Scratch Users | RedBubble | Tutorials | Weather | World Time Meeting Planner | Favicon Generator.

Home > MicroWorlds Logo (Turtle Graphics) Links & Examples > Examples > MicroWorlds Simulations

MicroWorlds Simulations

Note: these example programs are written using LCSI MicroWorlds Version 2.0.

MicroWorlds Broken calculator

Simulates a broken calculator

This program is an example of what can be done using MicroWorlds it is one of over 100 programs from Garry Clark see his website for more information

http://www.northnet.com.au/~mathsactivities/mathact.htm
gclark@metz.une.edu.au

The following programs are a collection of examples most of which I have created for my own amusement or as
teaching aids. You are welcome to download copies and play with them. You may also place copies on your website as long as you add a link to this page and e-mail me details of where you are using them.

If you switch to the procedures page using Ctrl + F or Pages | Procedures you will see that most of these examples use procedures. if the example has no procedures then right click on the turtle and see if there is any code programmed directly into the turtle.

Colours can also have code associated with them. Click on the Paint Brush button to view the colour pallet.
any colours with a black dot in the center of the colour has logo code programmed into it. Double click on the colour to view the associated code.

Note: these example programs are written using MicroWorlds Version 2.05

The Following MicroWorlds programs are free software; you can redistribute and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

These programs are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

MicroWorlds Rainbow Simulation

rainbow.mw2 34KB

rainbow.zip 16KB Ziped with Winzip  from www.winzip.com use winzip to unzip
rainbow.exe 76KB

Get MicroWorlds Web Player Plugin version
GNU License.txt

 

MicroWorlds horse race

 

August 2, 2004

horse_race2.zip 19 KB B Ziped with Winzip  from www.winzip.com use winzip to unzip

horse_race2.mw2 86 KB

This is a horse race that uses a simple animation technique that does not require setsh "horse1 etc.

 

 

Microworlds race

race4.zip 5KB Ziped with Winzip  from www.winzip.com use winzip to unzip

This is a simple race between 4 turtles. The race however is currently rigged with an advantage to the fish.

The fish uses a procedure called race_faster

whereas the car uses a slightly slower version called race.

The turtles stop racing when they reach the colour green.

 

This project also demonstrated the process of animating a turtle with the trot procedure used by the horse.

 

MicroWorlds LOGO bouncing balls

bounce.zip 5KB Ziped with Winzip  from www.winzip.com use winzip to unzip

Fun with bouncing turtles.

 to reflect_red
      seth 180 - heading      ; make the turtle bounce
 end

 to reflect_blue
      seth 360 - heading      ; make the turtle bounce
 end

MicroWorlds LOGO Bouncing balls

falling objects
September 13, 2004

falling.mw2 91KB
falling.zip 32 KB
falling.exe 92 KB

Get MicroWorlds Web Player Plugin version
GNU License.txt


Published under the GNU GPL

Simulates falling objects.

Each shape falls according to a different set of rulles.

Generated from an idea by David Henderson

 

APA citation:
Russell, R. (2016, July 04, 02:14 pm). Microworlds simulations.
     Retrieved April 25, 2024, from http://www.rupert.id.au/microworlds/simulations.php


Last refreshed: April 25 2024. 01:53.40 pm

rupert dot russell at acu dot edu dot au Support Wikipedia

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.


625 Visits since November 16, 2004