pacman.controllers.examples.DudGhosts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pacman-main Show documentation
Show all versions of pacman-main Show documentation
The main code for Ms. Pac-Man Vs Ghosts
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 - 2025 Weber Informatics LLC | Privacy Policy