This site requires JavaScript, please enable it in your browser!
Greenfoot back
marcriemer

marcriemer

Kent Uni, canterbury

marcriemer's scenarios

This user has not made any scenarios.

marcriemer's collections

This user has no collections

Recent Comments | Show All

marcriemer

2019/10/7

private Counter theCounter; /** * Constructor for objects of class Space. */ public Space() { // Create a new world with 600x400 cells with a cell size of 1x1 pixels. super(600, 400, 1); theCounter = new Counter(); addObject(new Rocket(), 300, 340); addObject(theCounter, 40, 340); }
marcriemer

2019/10/7

Otherwise, great tutorial...Thanks