![]() |
Re: Marbles highest score and help/hint thread
cant even see a possible ending spot for chapter 2 number 6
|
Re: Marbles highest score and help/hint thread
Quote:
|
Re: Marbles highest score and help/hint thread
I've been finally decided to give Marbles a go this past week or so, it's much more addictive than I'd have thought, and finally finished all the levels ... now I need to go through again and try them on a harder setting! ... tis lovely when you get that ureka moment and finally figure out a level ... usually in the middle of the night!
|
Re: Marbles highest score and help/hint thread
Got through the game on the easy level. But now it won't let me score on level normal nor eirher of the other levels... I can replay any of the games, but never get to score again? I'm stuck at my first and only score...
What am I missing? :-( Thanks and have fun, Chris. |
Re: Marbles highest score and help/hint thread
41250 on Normal - that was fairly entertaining :)
|
Re: Marbles highest score and help/hint thread
Does anybody remember how we place the marbles in chapter 2 level 2? There doesn't seem to be enough space
|
Re: Marbles highest score and help/hint thread
2 Attachment(s)
Not sure whether I should start a new thread or just tack onto this one.
I've never really gotten into this game because find it hard to distinguish between the different coloured marbles because of the low contrast. So I wrote a quick and dirty python script to generate new colours for the marbles. It needs the "convert" command from imagemagick. Code:
#!/usr/bin/python Code:
convert -size 256x320 xc:black -stroke black -fill 'thistle' -draw 'circle 16,16 32,16' -draw 'circle 48,16 64,16' -draw 'circle 80,16 96,16' -draw 'circle 112,16 128,16' -draw 'circle 144,16 160,16' -draw 'circle 176,16 192,16' -draw 'circle 208,16 224,16' -draw 'circle 240,16 256,16' -fill 'red' -draw 'circle 16,48 32,48' -draw 'circle 48,48 64,48' -draw 'circle 80,48 96,48' -draw 'circle 112,48 128,48' -draw 'circle 144,48 160,48' -draw 'circle 176,48 192,48' -draw 'circle 208,48 224,48' -draw 'circle 240,48 256,48' -fill 'lime' -draw 'circle 16,80 32,80' -draw 'circle 48,80 64,80' -draw 'circle 80,80 96,80' -draw 'circle 112,80 128,80' -draw 'circle 144,80 160,80' -draw 'circle 176,80 192,80' -draw 'circle 208,80 224,80' -draw 'circle 240,80 256,80' -fill 'yellow' -draw 'circle 16,112 32,112' -draw 'circle 48,112 64,112' -draw 'circle 80,112 96,112' -draw 'circle 112,112 128,112' -draw 'circle 144,112 160,112' -draw 'circle 176,112 192,112' -draw 'circle 208,112 224,112' -draw 'circle 240,112 256,112' -fill 'magenta' -draw 'circle 16,144 32,144' -draw 'circle 48,144 64,144' -draw 'circle 80,144 96,144' -draw 'circle 112,144 128,144' -draw 'circle 144,144 160,144' -draw 'circle 176,144 192,144' -draw 'circle 208,144 224,144' -draw 'circle 240,144 256,144' -fill 'blue' -draw 'circle 16,176 32,176' -draw 'circle 48,176 64,176' -draw 'circle 80,176 96,176' -draw 'circle 112,176 128,176' -draw 'circle 144,176 160,176' -draw 'circle 176,176 192,176' -draw 'circle 208,176 224,176' -draw 'circle 240,176 256,176' -fill 'cyan' -draw 'circle 16,208 32,208' -draw 'circle 48,208 64,208' -draw 'circle 80,208 96,208' -draw 'circle 112,208 128,208' -draw 'circle 144,208 160,208' -draw 'circle 176,208 192,208' -draw 'circle 208,208 224,208' -draw 'circle 240,208 256,208' -fill 'green yellow' -draw 'circle 16,240 32,240' -draw 'circle 48,240 64,240' -draw 'circle 80,240 96,240' -draw 'circle 112,240 128,240' -draw 'circle 144,240 160,240' -draw 'circle 176,240 192,240' -draw 'circle 208,240 224,240' -draw 'circle 240,240 256,240' -fill 'firebrick' -draw 'circle 16,272 32,272' -draw 'circle 48,272 64,272' -draw 'circle 80,272 96,272' -draw 'circle 112,272 128,272' -draw 'circle 144,272 160,272' -draw 'circle 176,272 192,272' -draw 'circle 208,272 224,272' -draw 'circle 240,272 256,272' -fill 'orange' -draw 'circle 16,304 32,304' -draw 'circle 48,304 64,304' -draw 'circle 80,304 96,304' -draw 'circle 112,304 128,304' -draw 'circle 144,304 160,304' -draw 'circle 176,304 192,304' -draw 'circle 208,304 224,304' -draw 'circle 240,304 256,304' marbles.jpg Code:
convert -size 16x160 xc:black -stroke black -fill 'thistle' -draw 'circle 8,8 16,8' -fill 'red' -draw 'circle 8,24 16,24' -fill 'lime' -draw 'circle 8,40 16,40' -fill 'yellow' -draw 'circle 8,56 16,56' -fill 'magenta' -draw 'circle 8,72 16,72' -fill 'blue' -draw 'circle 8,88 16,88' -fill 'cyan' -draw 'circle 8,104 16,104' -fill 'green yellow' -draw 'circle 8,120 16,120' -fill 'firebrick' -draw 'circle 8,136 16,136' -fill 'orange' -draw 'circle 8,152 16,152' figure.bmp figure.bmp Attachment 23852 marbles.jpg Attachment 23853 Note the colours I have used are not perfect and could do with some tweaking. You can use the colour names as listed on this page: http://en.wikipedia.org/wiki/X11_color_names. If someone comes up with a better colour scheme please share. |
All times are GMT. The time now is 16:19. |
vBulletin® Version 3.8.8