Re: map = repeat(repeat(....
- Posted by timelord at zebra.net Jan 14, 2002
- 413 views
> >I think it should actually turn out like this: > >map = repeat(repeat(repeat(repeat({0, 0, 0}, -- x-y position and flag > 8), -- 8 columns of the sector > 8), -- 8 rows of 8 columns of the sector > 8), -- 8 sectors in a row (columns) to one grid position > 8) -- 8 rows of 8 sectors to form grid > >I hope that didn't confuse you. (or me!) >Try looking at the Language War demo that comes wth Euphoria. Thanks for the help. I'll try it out today... Also, I've looked at language war to get ideas of how to write this program, and it has helped increase my skill in this language... InCon., seems like it took me forever just to catch on to how sequences work. But I did. I have to testify, that if an old dog like me can learn a new trick, then anybody can learn to write programs using Euphoria. >"LIVE LONG AND PROSPEROUS." - quote from 'Startrek'