Skip to content
Snippets Groups Projects
Select Git revision
  • 6af3bd7cc0566ddc8944a00980ea7a498440b3d5
  • master default protected
  • hsh_v3.11
  • hsh_v3.10-r6
  • hsh_v3.10-r3
  • v3.9-r9
  • v3.10-r6
  • v3.9-r8
  • v3.10-r5
  • v3.9-r7
  • v3.10-r4
  • v3.9-r6
  • v3.10-r3
  • v3.9-r5
  • v3.10-r2
  • v3.9-r4
  • v3.10-r1
  • v3.9-r3
  • v3.9-r2
  • v3.9-r1
  • v3.8-r5
  • v3.8-r4
  • v3.8-r3
  • v3.8-r2
  • v3.8-r1
25 results

lib.php

Blame
  • Enemy.java 488 B
    import greenfoot.*;  // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
    
    /**
     * Write a description of class Enemy here.
     * 
     * @author (your name) 
     * @version (a version number or a date)
     */
    public class Enemy extends Interactables
    {
        /**
         * Act - do whatever the Enemy wants to do. This method is called whenever
         * the 'Act' or 'Run' button gets pressed in the environment.
         */
        public void act() 
        {
            // Adddd your action code here.
        }
        
    }