First I've imported the world data at compile time into the final executable. This is a cool feature and I think very useful for static data like this. You can of course use it to import texture data or something totally different.
You need at least the version 1.005 of DMD for this to work. I have no idea if GDC even supports this yet. With 1.005 you need to add the relative path to the world.txt to the string above. With 1.006 and later you don't need to change the code, but you must use the -J switch to define the search path for the compiler where it can find the file.
setupWorld(import("world.txt"));
The setupWorld function is pretty simple. With the use of Tango's LineIterator, reading through the world data is a breeze.
Now go play with it, lesson10.d and world.txt.
2 comments:
thank you nice sharing
cep programsymbian programnokia programhtml kodlarıbedava cep oyunlarıcilt bakımı
thanks...
Post a Comment