nelsonxb / GraphPaperRaceGame

Implementation of Racetrack (graph paper game)
MIT License
0 stars 0 forks source link

generateTrackFile script moved to inside the game #25

Open nelsonxb opened 9 years ago

nelsonxb commented 9 years ago

The script that generates a .track file from a .png image could possibly be put inside the game, rather than exist as an external script/application.

Either way, having it as a script is not how we want it done - it should be able to run standalone (i.e. as an application).