User prompt
set bg color to 2e6343
User prompt
When setting score text also update LK.setScore
User prompt
Only flash screen to red on knife failure if I have 1 or more lifes left
User prompt
Don't flash screen red, if player has zero lifes left
User prompt
Don't flash the screen red if you die
User prompt
Make flashes only take 500ms
User prompt
Make the screen flash red when a knife fails to lodge in the target
User prompt
Make the target flash green
User prompt
Make the target flash white
User prompt
Flash the target when a knife successfully lodge in it
User prompt
Make the board flash white when a knife correctly lodge in it
User prompt
Allow knifes to be spaced 25% closer
User prompt
Allow knifes to be spaced 50% closer
User prompt
Make the speed increase on target per knife 1/3 of what it is now
User prompt
Make the target rotation speed up each time a knife is successfully lodged into it
User prompt
Make the score text impact and add a drop shadow
User prompt
Space hearts with 30px more space between them
User prompt
Add a 15px margin on right and top of hearts
User prompt
The life’s are not showing in the top right corner, fix this
User prompt
Update score text to just be the bit score
User prompt
Show lives with 3 hearts in the top right corner
User prompt
When calculating angle diff, mod the two knife hit angles separately inside the abs call
User prompt
Make target rotation start at 4x pi
User prompt
Remove setting speed on down handler
User prompt
Make knifes fly in twice as fast
===================================================================
--- original.js
+++ change.js
@@ -71,9 +71,9 @@
/****
* Initialize Game
****/
var game = new LK.Game({
- backgroundColor: 0x000000
+ backgroundColor: 0x2e6343
});
/****
* Game Code
Cartoon flat dart board. Single Game Texture. In-Game asset. 2d. White background. High contrast. No shadows.
Cartoon knife pointing up. Symmetrical. Vertical. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Single cartoon extra life heart. No drop shadows. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.