SimplifiedWarshipsTDD This app was created using intellij! If you want to run the app outside of IDE, just use this command: cd src/main/; javac -d ../out/ *.java; cd ../out; java Game In case you want to run tests as well, it's required to get a JUnit library for testing app was written using Java 17