Screenshots of Greenfoot

Wombats

The wombats scenario shows a simple micro-word (similar in style to Karel the Robot, or similar grid-based micro-worlds).

You can drop wombats, leaves and rocks into the world and make them act.

Program the wombat to find and eat some leafs.

wombat

 

lunar

Lunar Lander

This is an example of a simple game. We wrote this example to demonstrate how to handle key input: the rocket thrust can be controlled by pressing the "down" key on the keyboard.

Try to land smoothly - it is not as easy as it looks. (Nice explosions, too!)

 

 

Turtle graphics

This is the traditional turtle graphics system.

The world is a two-dimensional grid with 1-pixel resolution, and turtles are programmed to draw various shapes. Here, you see three turtles, drawing different patterns.

A teacher could provide the generic Turtle class, while students create specialised subclasses.

turtle

 

robots

Robots

Robots is a simple micro-world modelled on the well-known "Karel the Robot" world.

The world holds robots, beepers and walls.

In this example, the cell size in the world is much larger. The world consists of an 12x8 grid of cells.

 

 

 

Bricks

A classic computer game (usually known as 'Breakout').

This example shows some of greenfoots interaction capabilities.

bricks

 

 

 

Copyright © www.teach-ict.com