Weekly High Score Challenge #40
-
694 very addictive !
-
-
My new high is
828
-
New high score 747
-
New high 766
-
I boosted my score to 741. I also added some extra circles to make it looks real nice:
In case you want it too, I added these two lines below line 847:circle(fix(ball[i].pos.x)-fix(ball[i].radius)/7, fix(ball[i].pos.y)-fix(ball[i].radius)/7,fix(ball[i].radius)/1.25,max(fix(ball[i].radius),12),colorCorrect(color(ball[i].size))+{.05,.05,.05,.5},0 circle(fix(ball[i].pos.x)-fix(ball[i].radius)/2.5, fix(ball[i].pos.y)-fix(ball[i].radius)/2.5,fix(ball[i].radius)/4,max(fix(ball[i].radius),12),colorCorrect(color(ball[i].size))+{.1,.1,.1,.5},0
I did also tweak the colors on line 61 a bit, all 1s are now .8s and all .5s are .2s.
-
Logging 693! Good job with your game! It is a nice idea, like a synthesis of Tetris and ball-bouncing physics!
-
New high 804, wooooo!
-
@devieus Nice look! I may need to make that official haha.
Also I'll log 848.
-
724, pretty bad...
-
The whole of my family are enjoying this game their scores are:
Richard 866 (as previously posted)
Sarah 822
Isaac 705
Ffion 652 -
@devieus we tried your extra code and it came up with an error. When we changed the = near the beginning of each line to a - it worked. Looks very nice now thanks.
-
The results are in for High Score Challenge #40.
This is the hall of fame for Claw Combine:- Richard - 866
- Scrubz - 848
- PB____ - 828
- Sarah - 822
- AndyG1985 - 804
- pianofire - 778
- waldron - 766
- Devieus - 741
- Dinocoder - 738
- vinicity - 730
- Ben 2.0 - 724
- Isaac - 705
- DaddyJDM - 693
- Ffion - 652
Congratulations, Richard. Your have great combinatorial skills!
A big thank you to everyone who participated. Stay tuned for challenge #41. -
@richard said in Weekly High Score Challenge #40:
@devieus we tried your extra code and it came up with an error. When we changed the = near the beginning of each line to a - it worked. Looks very nice now thanks.
Thanks, I fixed the code block.
I have plans to make the crane look better too, but the balls are a good start.