On Fri, Apr 25, 2008 at 6:12 PM,  <[EMAIL PROTECTED]> wrote:
>  By the way, do you have any kind of pattern in mind to group those
>  levels into levelsets? Say, something difficulty-based, or more
>  thematic levelsets?

When you have enough levels of the same theme group them that way
(i.e. desert stuff), in the levelset itself sort them by difficulty.
To easily find levels of a common theme you can 'grep' for the names
of groundpieces, i.e.:

 % grep -l desert data/levels/playable/*

To get everything that has the word desert in it.

In other cases were levels don't have a common theme, but similar
difficulty you might want to group them by author.

And in other cases where a level just won't fit in anything, just pack
them by difficulty as good as possible.

-- 
WWW: http://pingus.seul.org/~grumbel/
Blog: http://grumbel.blogspot.com/
JabberID: [EMAIL PROTECTED]
ICQ: 59461927


_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel

Reply via email to