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

Hardcoded paths #63

Closed xurxodiz closed 12 years ago

xurxodiz commented 12 years ago

Executor reads the automata from a fixed path. LevelGenerator reads clusters from a fixed path.

We can't tamper with the framework. Should we assume execution with files there or should it be read from system property?

xurxodiz commented 12 years ago

I think reading from system property accomplishes mostly nothing: we are forcing the property file to be in a fixed place anyway.

Let's leave it like that, the platform has the following requirements and we'll have to leave with them: