Class MyWorld

java.lang.Object
  extended by greenfoot.World
      extended by MyWorld

public class MyWorld
extends greenfoot.World

Write a description of class MyWorld here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
MyWorld()
          Constructor for objects of class MyWorld.
 
Method Summary
 void updateScoring(int auto, int auto1)
           
 
Methods inherited from class greenfoot.World
act, addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, showText, started, stopped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyWorld

public MyWorld()
Constructor for objects of class MyWorld.

Method Detail

updateScoring

public void updateScoring(int auto,
                          int auto1)