Skip to content
Snippets Groups Projects
Commit 802d3f24 authored by Enes Herguel's avatar Enes Herguel
Browse files

Maze-ready!

parent 5f1543f9
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@ public class MainWindow extends Game {
public void loadGame() {
SharedRessources.setMaximumCores(Integer.MAX_VALUE);
try {
// MAZE GENERATED WITH http://www.mazegenerator.net/
MapLoader.getDefault().load(ImageIO.read(new File("examples/maze.png")));
} catch (IOException e) {
e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment