EssexUniversityMCTS/gvgai

When running the sample geneticGenerator, it complains of a missing nil.txt file

Closed this issue · 5 comments

Reproduction steps:

  • Go to src/Test.java
  • Uncomment out the lines that will generate and play on generated level
  • Make sure that the geneticGenerator is placed in as the argument to the ArcadeMachine.generateOneLevel method.
  • Run the program.

Outcome:

  • Throws a FIleNotFoundException because of a missing nil.txt file.

Is this fixed? can I close it?

Yes, this was fixed in c69ec06, the contents of the nil.txt file were changed into static data.

Great, thanks!

Yes, that's right. Sorry about my delay in getting back to this!

Nothing to worry about! Thanks :)