User prompt
Increase the speed of all notes. Increase the space between horizontal lines. Make the buttons bigger.
Code edit (1 edits merged)
Please save this source code
User prompt
Rhythm Rush
Initial prompt
Let's say there are 2 white lines dividing the screen into three equal parts. At the bottom of the screen there are big green round buttons. Let the notes come down from the top of the screen. There are 3 different types of notes. Green ones are slow, yellow ones are medium speed, and red ones are fast. There is a thin white line just above the buttons.The buttons cannot be pressed unless the notes are below this line. There should be a thin white horizontal line at the very bottom of the screen. If the notes only hit this line, it's considered missed. Missed means user didn't get any points. If the buttons are pressed while the notes are below the white line but above the buttons, half points are taken. If the notes are pressed while they are on the buttons, full points are received. A maximum of 4 notes can appear on the screen at the same time.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});