The Daily Click ::. Projects ::. U-32
 

Project: U-32
Project Started: 4th October, 2008 Last Update: 29th October, 2009
Project Owner: aphant Project Members:
Project Type: Untitled Project Progress:

Lua
Posted 26th Sep 09, by aphant  
for i=1,8 do

for j=1,4 do
print("World "..i.."-"..j)
end
end


Dusted off this project again. Using Lua, I used the basic structure of the code above to generate all the level data needed for the project. Final, bare-bones file size was 16KB. Deconstructing the level data is going to be much more simple than I thought.

The overall design of the level data will allow anyone to easily create their own levels and share them. The only difference between the data used by the final build and user data will be where the files are stored.

Furthermore, the methods used to pull all the data together for my external tools are very likely to be used to create a file browser all for of the end-user's custom content.

Posted by Eternal Man [EE] 26th September, 2009

All these devs are interesting enough, but, what kind of a game is it? Hard to keep interest if you don't know what you're reading about. Anyway, keep up the good work!
 
Posted by aphant 26th September, 2009

That information will become available when the project is further along (read: stable). Until then, updates will be sporadic and only describe the work done on the project.
 


 



Project Forums


Favourite

Advertisement

Worth A Click