4kimon - Simon in 4k


http://flx.proyectoanonimo.com/proyectos/webstart/4kimon/sshot.png

Simon says, and you must repeat to advance a level! (sound highly recomended)

Simple game, lots of bytes to add features, so feedback is very appreciated, as usual :slight_smile:

High Scores!

err is it supposed to be lightning fast? I’m going to guess no? I don’t hear any sound and the interval between flashes is about 0.05 seconds, if even that (I managed to get to level 5 though, woot).

it’s so fast because it pauses when playing the tone, if there is no sound, there is no pause. i’ll upload a debug version tomorrow (it’s 2:30 am here ::slight_smile: )

nice game, two things:

  1. when a color is used in a pattern twice or more (without switching colors), there needs to be a break in the flash so it is obvious that the color is being used multiple times. currently if the pattern is red,blue,blue,green, it almost looks like red,blue,green

  2. it is annoying to have to click “start” every time you match the pattern.

Thanks for the comment, as i said there is’t plenty of space left 1) done & 2) done (click only to start playing) :wink:

i have also uploaded a debug version (>4096B) that pops up messages with possible exceptions/errors it’s here
http://yelims.free.fr/Coucou/Coucou24.gif

updated again, jar is currently on 3958 bytes (without a manifest) but only litle optimization has been aplied to the code, so i can still fix one or two things.

Online scoring system is working ;D . visit http://flx.proyectoanonimo.com/proyectos/webstart/4kimon/s.php to view the high scores!

the debug version is NOT updated yet, if any of you have problems i’ll update it too.

Neat.

javax.sound.sampled.LineUnavailableException: line with format PCM_SIGNED 22050.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian not supported.
…
S.play(S.java:188)
S.main(S.java:107)

You should really stick the debug text in a non-editable text field :stuck_out_tongue:

well it also prints the stack trace to the stderr, but it seems that yout audio device is busy or unavaliable.

I wont mantain the debug version anymore so try the other :stuck_out_tongue: