Learn Java with Greenfoot Lesson 1: Hello Wombats!
To open the sample Greenfoot project, do “Scenario”->”Open”Browse to the Greenfoot directory and open “scenarios”, and select “wombats”.You will see a Greenfoot project that looks as followed.
If you’ve followed the Scratch series (if you have not,Iwouldstrongly recommend),then itshould be quite obvious to you that the Greenfoot has similar interface to Scratch.
To “populate” the world, right click at the “wombatWorld” on the top of the Current Programpanel. Then select“voidpopulate()” from the drop-down list.
Search History:
Searching...
Result 00 of 00
00 results for result for
p.
Hello Wombat: Lesson 1 Java Game Programming with Greenfoot
This is Lesson 1 of my new series: Learn Java with Greenfoot. In this lesson, we will take a look at a simple sample game created using Greenfoot and Java.