All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pacman.controllers.examples.DudGhosts Maven / Gradle / Ivy

There is a newer version: 2.0.1.0
Show newest version
package pacman.controllers.examples;

import pacman.controllers.Controller;
import pacman.game.Game;

import java.util.EnumMap;

import static pacman.game.Constants.GHOST;
import static pacman.game.Constants.MOVE;

/**
 * Created by pwillic on 09/06/2016.
 */
public class DudGhosts extends Controller> {

    @Override
    public EnumMap getMove(Game game, long timeDue) {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy