This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Kingdaro's profile picture

[Game] Dance Dance Revolution (demo thing)

Started by Kingdaro, 07 February 2013 - 03:03 PM
Kingdaro #1
Posted 07 February 2013 - 04:03 PM
I wanted to make this for a very long time, and it's not until now that I actually have a working proof of concept. Coding is a little sloppy, so bear with me.





Control with the arrow keys when the notes are in between the two little gray flashing arrows, press backspace to exit. I'd like to add a system of saving/loading charts instead of randomly generating notes like I am now, and maybe even have a nice little noteblocks thing going on.

**VERY SERIOUS SEIZURE WARNING ON "YOU'RE HIGH" DIFFICULTY**

Pastiebin: iAJSvJmm
theoriginalbit #2
Posted 07 February 2013 - 04:06 PM
Very nice. Another game! :D/>
Skullblade #3
Posted 07 February 2013 - 04:12 PM
This is a cool idea, I like it, going to try it out soon :D/>
lieudusty #4
Posted 07 February 2013 - 05:29 PM
Looks very good!
Kingdaro #5
Posted 07 February 2013 - 05:35 PM
Thanks guys! If you find any bugs or have any comments, let me know.
theoriginalbit #6
Posted 07 February 2013 - 06:18 PM
I do have one question. why is it left aligned vs. centre aligned? do you have plans to add more into the space? if not maybe just centre it and add some aesthetics to either side?
Dlcruz129 #7
Posted 07 February 2013 - 06:35 PM
Very nice! Can we see screenies of "You're high"?
theoriginalbit #8
Posted 07 February 2013 - 07:31 PM
Very nice! Can we see screenies of "You're high"?
Oh maybe a Lightshot video!
GravityScore #9
Posted 07 February 2013 - 10:09 PM
Very nice! Can we see screenies of "You're high"?
Oh maybe a Lightshot video!

Can't believe it! Lightshot was actually able to keep up and record it :D/>

Great game! Love playing it. Maybe an exit button in the game to return to the menu? Does the game actually end?
What about multiple keys at the same time if the score is over 200 or something? Maybe some songs that last a certain number of keys (could be different for each song), and are categorised into difficulty.

Plus, the Pastebin code you wrote in the OP is actually different to the one on Pastebin, you wrote iAJSvJm, it's actually iAJSvJmm (missing m :P/>)
theoriginalbit #10
Posted 07 February 2013 - 10:20 PM
Can't believe it! Lightshot was actually able to keep up and record it :D/>
It would always keep up, you overwrote the system functions programs use, their program has no choice but to wait for yours, its whether Lightshot lags the other program. Thats the question.
Kingdaro #11
Posted 08 February 2013 - 01:58 AM
I do have one question. why is it left aligned vs. centre aligned? do you have plans to add more into the space? if not maybe just centre it and add some aesthetics to either side?
It's only left aligned simply because I didn't feel like centering it! :P/>/>/>/>

Great game! Love playing it. Maybe an exit button in the game to return to the menu? Does the game actually end?
What about multiple keys at the same time if the score is over 200 or something? Maybe some songs that last a certain number of keys (could be different for each song), and are categorised into difficulty.
The backspace button exit the game, and no, it doesn't actually end. And that "songs that last a certain number of keys" is what I meant by saving/loading charts. Multiple keys at once (they're called jumps, by the way) is going to happen, yes.

Plus, the Pastebin code you wrote in the OP is actually different to the one on Pastebin, you wrote iAJSvJm, it's actually iAJSvJmm (missing m :P/>/>/>/>/>)
Gah, I thought I fixed that.

Also, if you have a video already recorded, go ahead and upload and post it here.
Left4Cake #12
Posted 08 February 2013 - 04:32 AM
Whould be awsome if you could hook up presser plates to another computer to use as a dance pad. :-)
TheOddByte #13
Posted 08 February 2013 - 10:41 AM
Really Nice, You weren't kidding about the You're High Difficulty.. Felt like I got an headache after that..
And i kinda like the Idea Left4Cake had too about using pressure plates. :D/>
Imgoodisher #14
Posted 08 February 2013 - 03:36 PM
I was bored, so I made it spawn 2 notes at a time and made it play itself :P/>
http://pastebin.com/2d5xkGLe
awesome game by the way, though I discovered you can't get a score over 9999
Azhf #15
Posted 09 March 2013 - 10:23 AM
May I use this in my future OS AzhfTechOS? Thanks if yes.
Kingdaro #16
Posted 09 March 2013 - 10:48 AM
It's not really complete, but sure, if you want.
TheOddByte #17
Posted 09 March 2013 - 12:16 PM
Are you still developing this now or was it a long time since you even edited it?
Zambonie #18
Posted 09 March 2013 - 12:21 PM
King can I also include this in my os?
Azhf #19
Posted 09 March 2013 - 12:23 PM
It's not really complete, but sure, if you want.
Thanks. :)/>
Sphexish #20
Posted 09 March 2013 - 07:53 PM
Sweet
Will use :D/>
Shnupbups #21
Posted 09 March 2013 - 10:53 PM
I got it to crash on 'You're high' by leaving it for about a minute.

ddr:143: vm error: java.lang.NegativeArraySizeException
ScruffyRules #22
Posted 10 March 2013 - 12:25 AM
I got it to crash on 'You're high' by leaving it for about a minute.

ddr:143: vm error: java.lang.NegativeArraySizeException
You get this every time you get to and/or past "-990".
Dlcruz129 #23
Posted 10 March 2013 - 11:31 AM
I got it to crash on 'You're high' by leaving it for about a minute.

ddr:143: vm error: java.lang.NegativeArraySizeException
You get this every time you get to and/or past "-990".

if score == -989 then
print("You miserable failure")
end