xurxodiz / MarioLevels

My entry for the Mario AI Championship 2012, implementing adaptive procedural level generation. Holds 1st place at the all-time points and percentage tally.
MIT License
2 stars 1 forks source link

Fix paths for DataFileParser and ClusterGenerator #44

Closed xurxodiz closed 12 years ago

xurxodiz commented 12 years ago

DFP and CG read and write files whose paths are hardcoded in the code. That makes me a sad panda.

They should read them from arguments, and we'll take care of those from our newly minted Ant buildfile (#42).