This site requires JavaScript, please enable it in your browser!
Greenfoot back

Report as inappropriate.

dChang
dChang presents ...

2011/6/15

GreenFoot Revolution

Only have one song in this.

Use arrow keys to hit the corresponding arrows.

3166 views / 651 in the last 7 days

1 vote | 0 in the last 7 days

Tags: game with-source

open in greenfoot
Your browser is ignoring the <APPLET> tag.
A new version of this scenario was uploaded on Wed Jun 15 16:04:49 UTC 2011 Only have one song in this. You can hit incoming arrows before it even touches the indicators and you will still hit it. (Possible lag) Use arrow keys to hit the corresponding arrows. The announcer has good sarcasm. :)
firedark60firedark60

2011/6/18

Pretty cool!
holy crap there were some parts that were fast
A new version of this scenario was uploaded on Fri Jun 24 22:31:14 UTC 2011
A new version of this scenario was uploaded on Fri Jun 24 22:37:44 UTC 2011 Source code available
DrkojiinDrkojiin

2011/6/25

I got -1000 I suck at these types of games.
SamSkinnerSamSkinner

2011/6/25

Good fun, but one main problem I noticed: the game does not check to see that you press down the arrows at the moment they pass through the top, it simply looks for whether they are held down, meaning you can play with absolutely no timing and hold the arrows way before they reach the top. The only way I could think to fix this is to add a penalty if you are pressing an arrow when one is not passing through the top. Good luck and good game. :)
LildarkoneLildarkone

2011/6/25

What you can do is make the arrow test if it is below a certain point, such as: if(arrow key is down) { if(getY < (right below the arrow spots)) { points++; } } else { points--; }

Want to leave a comment? You must first log in.

Who likes this?

firedark60