Skip to content
Snippets Groups Projects
Select Git revision
  • 029ddad1c6c1ae5831d22ecb63547b3b6f826ee2
  • master default protected
  • hsh_v4.5
  • hsh_v4-4
  • hsh_v4.4
  • hsh_v4.3
  • hsh_v4.1.x
  • hsh_v4.2
  • hsh_v4.1
  • hsh_v3.11
  • hsh_3.10
  • v3.11-r2-hsh
  • v3.11-r2
  • v3.11-r1
  • v3.10-r1
  • v3.9-r1
  • v3.8-r2
  • v3.8-r1
  • v3.7-r1
19 results

lib.php

Blame
  • Scoreboard.java 476 B
    import greenfoot.*;  // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
    
    /**
     * Write a description of class Scoreboard here.
     * 
     * @author (your name) 
     * @version (a version number or a date)
     */
    public class Scoreboard extends World
    {
    
        /**
         * Constructor for objects of class Scoreboard.
         * 
         */
        public Scoreboard()
        {    
            // Create a new world with 600x400 cells with a cell size of 1x1 pixels.
            super(600, 400, 1); 
        }
    }