This site requires JavaScript, please enable it in your browser!
Greenfoot back
mrwhales
mrwhales wrote ...

2013/10/8

Is there a tutorial for greenfoot

mrwhales mrwhales

2013/10/8

#
I finished the crab eating the worms tutorial and made some variations on it, but i was playing other games and i realized that people could do other stuff. I want to know how to do that
danpost danpost

2013/10/8

#
Expanding your general knowledge of the Java language and how OOP (object oriented programming) works should get you well on your way; and looking over what methods are available both within Greenfoot and some of the more useful Classes provided in the Java API would not hurt (for examples: the List class, Math class, and Color class). The Greenfoot API is accessible through the 'Documentation' link at the top of the page. The Java tutorials, trails, and API can all be found though Java tutorials index page. The second section on the left called 'Trails Covering the Basics' would be a great place to start; and the API documentation link is located in the 'Other Resources' box on the right.
You need to login to post a reply.