
Introduction to Using Greenfoot for Programming Education
Explore how Greenfoot, a specialized Java environment, is utilized to introduce students to programming through games and simulations. Discover its features, limitations, resources, and examples such as Little Crab and AP GridWorld Scenarios.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
USING GREENFOOT, GAMES, AND SIMULATIONS TO INTRODUCE PROGRAMMING TO STUDENTS
WHAT IS GREENFOOT? A specialized environment for developing Java Programs that includes: An editor (based on the BlueJ Editor) A compiler An execution environment
WHAT GREENFOOT IS NOT A true multi-purpose IDE Greenfoot projects are called Scenarios and must conform to certain rules in order to be run in Greenfoot. The environment is designed for play , not for industrial strength development
BUT GREENFOOT is real Java (not a subset) can run on all platforms can support AP Case Study can be shown to younger students has resources available for instructors and students (lots) Is Free!
GREENFOOT RESOURCES http://www.greenfoot.org Greenfoot Gallery Place for students to post their scenarios Tutorial Videos Watch how to do things with Greenfoot Greenroom Teachers-only place for sharing of resources and ideas Greenfoot Hubs
SOME EXAMPLES Little Crab Ants AP GridWorld Scenarios