I'm wondering it it would be possible to put the current level somewhere in the source. It would make it a bit easier then when trying out different code.
Mostly just so the code can spot the crossover from single digit to double digit at level 242. Changing the earlier levels to use two digits would also have the same effect.
Cheers.
Current Level
-
- Posts: 106
- Joined: Thu Oct 29, 2009 9:21 pm
Hi DaymItzJack, thanks for the reply.
I realise that the highest level is shown, what I was refering to was the current level.
For example, if I'm up to level 100 but go back to level 50 the text box will still show 100. There isn't any way to obtain the level of the current puzzle from the source.
Cheers.
I realise that the highest level is shown, what I was refering to was the current level.
For example, if I'm up to level 100 but go back to level 50 the text box will still show 100. There isn't any way to obtain the level of the current puzzle from the source.
Cheers.
-
- Posts: 106
- Joined: Thu Oct 29, 2009 9:21 pm
It may be a stupid work-around but for now you can check when the data gets over a certain length. I haven't gotten far (at all yet) but I'd have to assume the data for the last single digit is half as long as the data for the first double digit.Flit wrote:Hi DaymItzJack, thanks for the reply.
I realise that the highest level is shown, what I was refering to was the current level.
For example, if I'm up to level 100 but go back to level 50 the text box will still show 100. There isn't any way to obtain the level of the current puzzle from the source.
Cheers.
DaymItzJack that is a great idea. Like so many good ideas it's obvious once someone points it out to me.
It doesn't help with knowing the exact level, but it does mean I won't need to have two versions of code, one for low levels, one for high.
With common sense like that I'm sure you'll be zooming through the levels pretty quickly.
Cheers.
It doesn't help with knowing the exact level, but it does mean I won't need to have two versions of code, one for low levels, one for high.
With common sense like that I'm sure you'll be zooming through the levels pretty quickly.
Cheers.
-
- Posts: 106
- Joined: Thu Oct 29, 2009 9:21 pm
I've already zoomed the past two months. I took a break and now I'm totally out of the game because I don't want to do it anymore ;p. However once I get spiral bits done I'll have more challenges that I can solve.Flit wrote:DaymItzJack that is a great idea. Like so many good ideas it's obvious once someone points it out to me.
It doesn't help with knowing the exact level, but it does mean I won't need to have two versions of code, one for low levels, one for high.
With common sense like that I'm sure you'll be zooming through the levels pretty quickly.
Cheers.