This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#151 2010-08-21 15:01:59

recycle49
Scratcher
Registered: 2009-12-21
Posts: 1000+

Re: Programming...Contest!

Telemachus wrote:

Give them some time  tongue
I can release the 2nd challenge early if people want that....

I whant you 2


"Every challenge must be met, every battle must be won, and every story will end." -Me
Recycle49 December 09 - November 11 Goodbye

Offline

 

#152 2010-08-21 18:10:50

chipguy
Scratcher
Registered: 2009-09-09
Posts: 500+

Re: Programming...Contest!

Telemachus wrote:

Give them some time  tongue
I can release the 2nd challenge early if people want that....

oh please!


http://scratch.mit.edu/static/projects/chipguy/2919121_sm.png by yours truly  big_smile

Offline

 

#153 2010-08-21 20:43:38

roger-
Scratcher
Registered: 2010-02-13
Posts: 100+

Re: Programming...Contest!

early!


Food is Fat. Fat is power.
        I am almighty.

Offline

 

#154 2010-08-21 21:36:58

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Programming...Contest!

Go ahead.


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#155 2010-08-22 07:40:13

chipguy
Scratcher
Registered: 2009-09-09
Posts: 500+

Re: Programming...Contest!

Wait!!! could i get a plus 1 because i realized that i could to this?


sensor: if touching color green, move ten steps, broadcast green. same for red yellow and blue but they have -10 of change y
square/searcher: when i recieve green/red/yellow/blue move 10 steps/-10/change y by 10/change y by -10



i actually made the project with movements of twenty.


http://scratch.mit.edu/static/projects/chipguy/2919121_sm.png by yours truly  big_smile

Offline

 

#156 2010-08-22 10:03:18

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: Programming...Contest!

Anyways, I'm hoping to get the judging and the next contest underway today.  big_smile

Last edited by Telemachus (2010-08-22 10:05:43)


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#157 2010-08-22 10:05:15

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: Programming...Contest!

chipguy wrote:

Wait!!! could i get a plus 1 because i realized that i could to this?
sensor: if touching color green, move ten steps, broadcast green. same for red yellow and blue but they have -10 of change y
square/searcher: when i recieve green/red/yellow/blue move 10 steps/-10/change y by 10/change y by -10
i actually made the project with movements of twenty.

This would only make the project slower, I believe. Remember, you actually get a +4 because of your time.


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#158 2010-08-22 15:10:56

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: Programming...Contest!

antimonyarsenide wrote:

platform710:
Originality-3/3 (First entry with an idea using rotation sensing)
Creativity-4/5 (See above. Polar coordinate systems are fun and creative to use  smile  )
Skill-2/5 (Uses early intermediate broadcast and timer set scripts, but nothing hard to code)
Clarity-0/1 (Useless but active color-based script, 2 stray blocks, uses variable to set something that never changes anyway [the 0,0 position])
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor

Total: 11 points

roger-:
Originality-2/3 (AB3 came up with the long "if" chain idea, but most factors are original)
Creativity-4/5 (The sensor+returning variable method is pretty creative  smile  )
Skill-4/5 (Using if-else chains and making it one frame is a show of respectable skill)
Clarity-1/1 (a few stray blocks, and a few non-optimal block placings, but no major useless stuff)
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor

Total: 13 points

AtomicBawm3:
Originality-3/3 (First person to use long if chains to reduce frames  big_smile )
Creativity-3/5 (Somewhat creative if-chaining strategy, but it's basically just conditions and basic movement)
Skill-3/5 (making it one frame is skillful, but there's not THAT much knowledge needed for the scripting)
Clarity-1/1 (Nothing useless  big_smile )
Bonus:
No go to x,y block: 1 point
No sensor: 3 points

Total: 14 points

acester:
Originality: 2/3 (rotating sensing has already been used, but the way you're doing it with a radar sensor is pretty original, I guess.)
Creativity: 3/5 (See above.)
Skill: 2/5 (The trig is not very useful, unfortunately. Lots of repeat blocks and other aspects of your scripts show that your programming skill is pretty average.)
Clarity: 0/1 (using operation blocks for basic constant math, two motion blocks to do one movement, and more not-so-efficient scripts.)
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor
3 points for trig use.
Total: 12 points
I'm not entirely sure the trig counts as constructive. Telemachus should help verify this.

Sorry, I have to go now but I'll grade the other two when I get back  smile

chipguy:
Originality: 3/3 (Color sensor!  big_smile )
Creativity: 4.5/5 (See above  big_smile  Not perfectly creative, but quite close.)
Skill: 3/5 (Decent skill with color sensing)
Clarity: 1/1
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
Goto block: -2 points

Total: 10.5 points

recycle49:
Originality: 3/3 (Sensorless rotation  big_smile )
Creativity: 3/5 (Not extremely creative, but decent)
Skill: 3/5 (You got the angle coverage well done, but it uses repeat blocks  sad  )
Clarity: 0.5 (Stuff on the stage, but that's minor.)
Bonus:
No sensor: 3 points

Total: 12.5 points

...And I'm done with the judging!  big_smile


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#159 2010-08-22 15:23:17

TeleContest
Scratcher
Registered: 2010-08-11
Posts: 20

Re: Programming...Contest!

antimonyarsenide wrote:

antimonyarsenide wrote:

platform710:
Originality-3/3 (First entry with an idea using rotation sensing)
Creativity-4/5 (See above. Polar coordinate systems are fun and creative to use  smile  )
Skill-2/5 (Uses early intermediate broadcast and timer set scripts, but nothing hard to code)
Clarity-0/1 (Useless but active color-based script, 2 stray blocks, uses variable to set something that never changes anyway [the 0,0 position])
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor

Total: 11 points

roger-:
Originality-2/3 (AB3 came up with the long "if" chain idea, but most factors are original)
Creativity-4/5 (The sensor+returning variable method is pretty creative  smile  )
Skill-4/5 (Using if-else chains and making it one frame is a show of respectable skill)
Clarity-1/1 (a few stray blocks, and a few non-optimal block placings, but no major useless stuff)
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor

Total: 13 points

AtomicBawm3:
Originality-3/3 (First person to use long if chains to reduce frames  big_smile )
Creativity-3/5 (Somewhat creative if-chaining strategy, but it's basically just conditions and basic movement)
Skill-3/5 (making it one frame is skillful, but there's not THAT much knowledge needed for the scripting)
Clarity-1/1 (Nothing useless  big_smile )
Bonus:
No go to x,y block: 1 point
No sensor: 3 points

Total: 14 points

acester:
Originality: 2/3 (rotating sensing has already been used, but the way you're doing it with a radar sensor is pretty original, I guess.)
Creativity: 3/5 (See above.)
Skill: 2/5 (The trig is not very useful, unfortunately. Lots of repeat blocks and other aspects of your scripts show that your programming skill is pretty average.)
Clarity: 0/1 (using operation blocks for basic constant math, two motion blocks to do one movement, and more not-so-efficient scripts.)
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor
3 points for trig use.
Total: 12 points
I'm not entirely sure the trig counts as constructive. Telemachus should help verify this.

Sorry, I have to go now but I'll grade the other two when I get back  smile

chipguy:
Originality: 3/3 (Color sensor!  big_smile )
Creativity: 4.5/5 (See above  big_smile  Not perfectly creative, but quite close.)
Skill: 3/5 (Decent skill with color sensing)
Clarity: 1/1
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
Goto block: -2 points

Total: 10.5 points

recycle49:
Originality: 3/3 (Sensorless rotation  big_smile )
Creativity: 3/5 (Not extremely creative, but decent)
Skill: 3/5 (You got the angle coverage well done, but it uses repeat blocks  sad  )
Clarity: 0.5 (Stuff on the stage, but that's minor.)
Bonus:
No sensor: 3 points

Total: 12.5 points

...And I'm done with the judging!  big_smile

Nice! Only 2 more submissions needed  big_smile

Offline

 

#160 2010-08-23 08:29:31

chipguy
Scratcher
Registered: 2009-09-09
Posts: 500+

Re: Programming...Contest!

TeleContest wrote:

antimonyarsenide wrote:

antimonyarsenide wrote:

platform710:
Originality-3/3 (First entry with an idea using rotation sensing)
Creativity-4/5 (See above. Polar coordinate systems are fun and creative to use  smile  )
Skill-2/5 (Uses early intermediate broadcast and timer set scripts, but nothing hard to code)
Clarity-0/1 (Useless but active color-based script, 2 stray blocks, uses variable to set something that never changes anyway [the 0,0 position])
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor

Total: 11 points

roger-:
Originality-2/3 (AB3 came up with the long "if" chain idea, but most factors are original)
Creativity-4/5 (The sensor+returning variable method is pretty creative  smile  )
Skill-4/5 (Using if-else chains and making it one frame is a show of respectable skill)
Clarity-1/1 (a few stray blocks, and a few non-optimal block placings, but no major useless stuff)
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor

Total: 13 points

AtomicBawm3:
Originality-3/3 (First person to use long if chains to reduce frames  big_smile )
Creativity-3/5 (Somewhat creative if-chaining strategy, but it's basically just conditions and basic movement)
Skill-3/5 (making it one frame is skillful, but there's not THAT much knowledge needed for the scripting)
Clarity-1/1 (Nothing useless  big_smile )
Bonus:
No go to x,y block: 1 point
No sensor: 3 points

Total: 14 points

acester:
Originality: 2/3 (rotating sensing has already been used, but the way you're doing it with a radar sensor is pretty original, I guess.)
Creativity: 3/5 (See above.)
Skill: 2/5 (The trig is not very useful, unfortunately. Lots of repeat blocks and other aspects of your scripts show that your programming skill is pretty average.)
Clarity: 0/1 (using operation blocks for basic constant math, two motion blocks to do one movement, and more not-so-efficient scripts.)
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
1 point for small sensor
3 points for trig use.
Total: 12 points
I'm not entirely sure the trig counts as constructive. Telemachus should help verify this.

Sorry, I have to go now but I'll grade the other two when I get back  smile

chipguy:
Originality: 3/3 (Color sensor!  big_smile )
Creativity: 4.5/5 (See above  big_smile  Not perfectly creative, but quite close.)
Skill: 3/5 (Decent skill with color sensing)
Clarity: 1/1
Bonus:
No go to x,y block: 1 point (beginning positioning doesn't count  big_smile )
Goto block: -2 points

Total: 10.5 points

recycle49:
Originality: 3/3 (Sensorless rotation  big_smile )
Creativity: 3/5 (Not extremely creative, but decent)
Skill: 3/5 (You got the angle coverage well done, but it uses repeat blocks  sad  )
Clarity: 0.5 (Stuff on the stage, but that's minor.)
Bonus:
No sensor: 3 points

Total: 12.5 points

...And I'm done with the judging!  big_smile

Nice! Only 2 more submissions needed  big_smile

do you mean judgeing submissions or proggramming sumbitions?


can i make another thing just for the fun of it?


http://scratch.mit.edu/static/projects/chipguy/2919121_sm.png by yours truly  big_smile

Offline

 

#161 2010-08-23 09:16:36

turtlewarrior
Scratcher
Registered: 2009-06-19
Posts: 500+

Re: Programming...Contest!

Ugh, I'm sorry I can't vote for this contest.

Offline

 

#162 2010-08-23 09:19:51

chipguy
Scratcher
Registered: 2009-09-09
Posts: 500+

Re: Programming...Contest!

turtlewarrior wrote:

Ugh, I'm sorry I can't vote for this contest.

Why?


http://scratch.mit.edu/static/projects/chipguy/2919121_sm.png by yours truly  big_smile

Offline

 

#163 2010-08-23 14:58:13

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: Programming...Contest!

turtlewarrior wrote:

Ugh, I'm sorry I can't vote for this contest.

Sure, that's ok.


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#164 2010-08-23 20:25:44

roger-
Scratcher
Registered: 2010-02-13
Posts: 100+

Re: Programming...Contest!

uh... you have to update this. JeanTheFox isn't a judge anymore...
and neither is turtlewarrior...

Last edited by roger- (2010-08-23 20:26:18)


Food is Fat. Fat is power.
        I am almighty.

Offline

 

#165 2010-08-23 22:34:22

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: Programming...Contest!

roger- wrote:

uh... you have to update this. JeanTheFox isn't a judge anymore...
and neither is turtlewarrior...

Correct. I'll wait 1 more day for mxsoft11's judging, then release the next challenge  smile


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#166 2010-08-25 18:55:12

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Programming...Contest!

Is the challenge coming soon?


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#167 2010-08-25 19:50:45

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: Programming...Contest!

Yes, hopefully. It seems that it may be down to two judges though  sad


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#168 2010-08-25 20:41:02

roger-
Scratcher
Registered: 2010-02-13
Posts: 100+

Re: Programming...Contest!

I would be judge.... if I wasn't a contestant.


Food is Fat. Fat is power.
        I am almighty.

Offline

 

#169 2010-08-26 18:38:45

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Programming...Contest!

Alright, it's been two and you said one.  Can we have the challenge by Friday afternoon or Saturday morning?

Last edited by AtomicBawm3 (2010-08-26 18:39:14)


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#170 2010-08-26 18:44:31

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: Programming...Contest!

Definitely. I may even get it out tonight.


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#171 2010-08-26 19:38:10

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Programming...Contest!

Telemachus wrote:

Definitely. I may even get it out tonight.

Cool.  I'll check again in a bit, but if you post it after 21:00:00 scratch time, I probably won't get it til tomorrow.  Oh well, I guess that's fine.


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#172 2010-08-28 11:47:11

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Programming...Contest!

(cough cough)


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#173 2010-08-29 12:28:37

roger-
Scratcher
Registered: 2010-02-13
Posts: 100+

Re: Programming...Contest!

*ahem*


Food is Fat. Fat is power.
        I am almighty.

Offline

 

#174 2010-08-29 17:13:14

recycle49
Scratcher
Registered: 2009-12-21
Posts: 1000+

Re: Programming...Contest!

*Gag gag*


"Every challenge must be met, every battle must be won, and every story will end." -Me
Recycle49 December 09 - November 11 Goodbye

Offline

 

#175 2010-08-29 17:50:18

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: Programming...Contest!

Um...


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

Board footer