How to run the game Run this command in the parent directory (WAVE-GAME) to build and execute the game. find -name \"*.java\" > t; javac @t ; rm t; cd Main/src; java pack.Main