comp380team3 / PuzzlePathDimension

Class project for COMP 380 at California State University, Northridge
0 stars 0 forks source link

Level Select screen displays levels "out of order" #77

Closed Twisol closed 11 years ago

Twisol commented 11 years ago

The Level Select screen currently shows levels in lexicographical order, which leads to strange-looking orderings like this:

Obviously, the preferred ordering would be 1, 2, 3, ... 10, 11, ...

Jjp137 commented 11 years ago

Actually, if I do end up naming the levels with names other than "Level x", they should be in the order that the user will unlock them.

Twisol commented 11 years ago

Okay. Either way, the current ordering is undesirable.

Twisol commented 11 years ago

Related to #91.

Twisol commented 11 years ago

Now that #91 has been implemented, this is nearly complete.

Jjp137 commented 11 years ago

Resolved by #108.