Screenshots of Greenfoot
WombatsThe 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. |
![]() |
Lunar LanderThis 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 graphicsThis 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. |
![]() |
RobotsRobots 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.
|
BricksA classic computer game (usually known as 'Breakout'). This example shows some of greenfoots interaction capabilities. |
![]() |
Copyright © www.teach-ict.com








