An introduction to programming in Java using Greenfoot
Karl lives in a place called ZombieLand.
Karl isn't very smart, but he has You. You can help Karl navigate the dangers of ZombieLand, avoiding fires, picking up brains, and making it to the ZombieGoal. Use Java in Greenfoot to write plans for Karl to reach his goal in each situation.
The Scenarios folder contains the individual Greenfoot scenarios for ZombieLand in numbered subfolders.
Each scenario is wrapped in a Greenfoot package in the Packages Folder.
The ZombieLand folder is a base scenario that all of the individual ZombieLand scenarios are built from.
The WorldBuilder folder contains a Greenfoot scenario that functions as a level editor for the ZombieLand scenarios.
ZombieLandPackager is a manager for the scenarios, allowing scenarios to be built into Greenfoot packages for easy distribution.
