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

pacman.test.HumanTest Maven / Gradle / Ivy

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

import pacman.Executor;
import pacman.controllers.HumanController;
import pacman.controllers.KeyBoardInput;
import pacman.controllers.examples.po.POCommGhosts;

/**
 * Created by Piers on 22/06/2016.
 */
public class HumanTest {

    public static void main(String[] args) {
        Executor executor = new Executor(true, true);

        KeyBoardInput input = new KeyBoardInput();

        executor.runGame(new HumanController(input), new POCommGhosts(50), true, 40);

        System.out.println("Ended");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy