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

Duta's Comments

Back to Duta's profile

DutaDuta

2011/12/20

Thanks! :)
DutaDuta

2011/12/18

@Royalblue64 yeah i had to do that with my new zombies game :P
DutaDuta

2011/12/18

haha nice :p
The illegitimate child of super meat boy and minecraft?
DutaDuta

2011/11/12

Very cool :) I've been considering making something like this, I've just been a bit busy in BlueJ and NetBeans of late, so haven't got round to it yet :p
DutaDuta

2011/10/12

OOPS. Forgot to upload my scenario :L I'll download yours now and see if its worth uploading mine anymore :)
DutaDuta

2011/10/12

Lol @AwesomeNameGuy Also @Significance, it wasn't me! *points to AwesomeNameGuy* blame him! xD All I did was add the scoring. @kiarocks I was going to use yours but when I dl'ed it it wouldn't compile, and I was far too tired to fix the problems, so I just downloaded ANG's.
DutaDuta

2011/10/11

Just a quick update to move the counter a bit left, was too far to the right so it was going a bit off the screen. Not that placement matters hugely currently, but still.
DutaDuta

2011/10/11

I tried a different approach - I'll upload it when I get home (am at college atm). Basically it makes it clearer, as well as getting it to work. The problem with it is that it is ~300 lines of repetitive code. If I had something (maybe an abstraction) to write that code for me it would be 500x better. As it is, it works though. I noticed your discussion about making it into one while loop instead of many, and that's basically what I was trying to do last night after I'd rewritten it. I attempted using a for(), however that didn't seem to work. I'll upload my basic version later anyway, and then hopefully someone more skilled in abstraction will be able to make it simpler.