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

Process data into vectors #28

Closed xurxodiz closed 12 years ago

xurxodiz commented 12 years ago

We need to process the object-files obtained from #22 into vectors that can be easily imported and processed in #24. It would be best to have a runnable Java script so we can call it whenever we have new data.

xurxodiz commented 12 years ago

Done and pushed in commit be792d290de7d42293ee5f31c10a8fed45e74c28.