Class HumanPacMan

java.lang.Object
game.controllers.pacman.HumanPacMan
All Implemented Interfaces:
IPacManController, java.awt.event.KeyListener, java.util.EventListener

public final class HumanPacMan
extends java.lang.Object
implements IPacManController, java.awt.event.KeyListener
Allows a human player to play the game using the arrow key of the keyboard. Press 'P' to pause the simulation.
  • Constructor Summary

    Constructors 
    Constructor Description
    HumanPacMan()  
  • Method Summary

    Modifier and Type Method Description
    PacManAction getAction()
    Return PacManAction containing Ms Pac-Man decision, what to do next.
    void keyPressed​(java.awt.event.KeyEvent e)  
    void keyReleased​(java.awt.event.KeyEvent e)  
    void keyTyped​(java.awt.event.KeyEvent e)  
    void killed()
    MS PacMan has been just eaten by a ghost.
    void nextLevel​(Game game)
    Level has been changed!
    void reset​(Game game)
    Resets the controller before game starts.
    void tick​(Game game, long timeDue)
    Perform action-selection based on information from Game.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait