Tino Intro To Java

Last modified: January 07, 2023

Hello Greenfoot

Java is an extremely versatile programming language. With Java, you can essentially create anything, from backend servers to video grames.

In the following lessons, you will explore the Greenfoot game engine and IDE. Created as a sister project of BlueJ, the Greenfoot game engine enables you to conveniently create 2D games without worrying about low-level details such as memory management, game event loop, etc.

Greenfoot also comes with a built-in code editor and game preview tool that allows you to easily play your game, pause it, speed it up, and debug.

Let's get started!

Dark Mode

Outline