Endless Runner and Open World: a Greenfoot project

Endless Runner and Open World

Greenfoot project 7 · all projects · part of Intro to Java with Greenfoot · not graded, and not tracked as progress

Scrolling backgrounds, generating ground as you go, and an open world to explore.

Before you start: finish lesson 6.1. That is the last thing this project needs. Starting earlier is allowed and you will hit a method nobody has shown you yet.

Tutorial. Put this window on one side of your screen and Greenfoot on the other, then build along with it.

Get the starter files

Methods you will use

Every one of these appears in the build. The lesson number is where the course teaches it, so if a row looks unfamiliar you have not missed anything, you just have not got there yet.

Method Taught in What it does here
int[][] ground 6.1 the level is a grid
for (int row = 0; row < map.length; row++) 6.3 walk the grid
addObject(new Ground(), col, row) 3.7 column first, then row
private void generate() 3.1 ground made as you go
super(width, height, 1) 3.5 the world

Not covered by the course

This project uses these, and the lessons never get to them. That is not a gap in your knowledge. Copy them from the video, or ask.

Method Why it is here
setBackground(GreenfootImage) scrolling backgrounds.
getBackground() reading the current background to shift it.

Get in Touch

Whether you're a student, parent, or teacher — I'd love to hear from you.

Just want free AP CS resources?

Enter your email below and check the subscribe box — no message needed. Students get daily practice questions and study tips. Teachers get curriculum resources and teaching strategies.

Typically responds within 24 hours

Message Sent!

Thanks for reaching out. I'll get back to you within 24 hours.

🏫 Welcome, fellow educator!

I offer curriculum resources, practice materials, and study guides designed for AP CS teachers. Let me know what you're looking for — whether it's classroom materials, a guest speaker, or Teachers Pay Teachers resources.

Email

[email protected]

📚

Courses

AP CSA, CSP, & Cybersecurity

Response Time

Within 24 hours

Prefer email? Reach me directly at [email protected]