The Best 2 Greenfoot Alternatives
Educational software designed to make learning programming easy and fun. Interactive Visual World Greenfoot teaches object orientation with Java. Create...
educational software designed to make learning programming easy and fun.
interactive visual world
greenfoot teaches object orientation with java. create 'actors' which live in 'worlds' to build games, simulations, and other graphical programs.
greenfoot is visual and interactive. visualisation and interaction tools are built into the environment.
the actors are programmed in standard textual java code, providing a combination of programming experience in a traditional textbased language with visual execution.
simple programming ide
the interface is a full ide which includes project management, autocompletion, syntax highlighting, and other tools common to most ides. it also allows you to publish your work both on and offline.
however the interface is designed to be simple and easy to use; built with beginners in mind.
greenfoot is used by thousands of institutions around the world. it provides easy transition into other environments, such as bluej and more professional ides.
real java code
greenfoot programs are written in standard java, one of the primary languages in academia and industry. concepts learned transfer directly to programming in subsequent environments.
greenfoot makes the environment easy enough to use for beginners, and java makes it powerful enough to write impressive, flexible and sophisticated applications.
portable learn-a-programming-language java-learning