Skip to content
Snippets Groups Projects
Commit 04715860 authored by Azurlors's avatar Azurlors
Browse files

Test

parent 5babed10
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ import jeu.Jeu;
public class Main {
public static void main(String[] args) throws InterruptedException {
System.out.println("\n");
String aaa = System.getProperty("user.dir");
System.out.println(aaa);
// creation du jeu particulier et de son afficheur
Jeu game = new Jeu("helpFilePacman.txt");
Painter painter = new Painter();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment