When running the sample geneticGenerator, it complains of a missing nil.txt file
Closed this issue · 5 comments
chongdashu commented
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 theArcadeMachine.generateOneLevel
method. - Run the program.
Outcome:
- Throws a
FIleNotFoundException
because of a missingnil.txt
file.
diegopliebana commented
Is this fixed? can I close it?
anadrome commented
Yes, this was fixed in c69ec06, the contents of the nil.txt file were changed into static data.
diegopliebana commented
Great, thanks!
chongdashu commented
Yes, that's right. Sorry about my delay in getting back to this!
diegopliebana commented
Nothing to worry about! Thanks :)