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

Duta's Comments

Back to Duta's profile

DutaDuta

2012/3/4

Should I add acceleration and gravity instead of a fixed speed? I've been debating it since I first started the game...
Oh yeah I completely forgot to comment on here to tell you that I did end up making it (its uploaded at http://www.greenfoot.org/scenarios/4290 )
DutaDuta

2012/3/3

@Busch2207 Implemented. And when you say a "high score" what did you get? I think my best was about 2250 or so (then again, haven't played it much)
DutaDuta

2012/3/3

:) As well as expanding the game into more levels, it might be an idea to make the cyclops trap on the path not have an image instead of the foot so its less obvious :p Use this code: int size = 10; setImage(new GreenfootImage(size, size)); I only make it larger than 1,1 'cause then there's more chance for you to touch it (assuming you're using getOneIntersectingObject(Trap.class) - or whatever its class is)
DutaDuta

2012/3/3

*instead of me
DutaDuta

2012/3/3

Thanks :D You should be praising @TopInPut for uploading http://www.greenfoot.org/scenarios/4286 and giving me the idea to make it :)
DutaDuta

2012/3/3

Firstly, you might want to change the information text (it's arrow keys to move, not WASD). Secondly (and more importantly), nice game! :) I can see it has tons of room for expansion, which is a good thing for a game to have :p I thought the cyclops was unbeatable for a while before I realised that you can move off the stone path >.<
Oh god I forgot this was still up - it was my second scenario >.<
Really want to make one of these now >.<