User prompt
Make a 50 coin option to get the answer
User prompt
Add it so a hint removes half of the bowls and keeps the half with the write bowl
User prompt
Add more shuffling tactics
User prompt
MKe it get a little mire faster eCh round
User prompt
MKe it get just a tiny bit faster each round
User prompt
Reset coins after each game
User prompt
Move the panel over the hint text
User prompt
Add. Bottom panel that shows the bowl number and you click on it ro guss
User prompt
Add a panel at the bottom to guss the bowl after they are shuffled
User prompt
Make an option pad on the bottom that shows arrows to the bowls and you click on the tab under the arrow that says bolt obe and all the bowls
User prompt
When I click on a bowl sometimes it thinks I click on a different bowl
User prompt
More to thevright and more down
User prompt
Moves coins sigh more to the right and down
User prompt
Make the coins text to the left instead of the right
User prompt
Make the bowls easier to track
Code edit (1 edits merged)
Please save this source code
User prompt
Bowls: Find the Coin
Initial prompt
Make a game called bowls that is a coin under a bowl and then there are three bowls and the coin gets mixed around a little and the when they are done mixing you click on the one you think the coin is in. If you guss right you get the coin under the bowl. If you guss wrong you lose a heart. You have 3 hearts. You can buy hints with ten coins. Every 10 rounds there is a extra bowl added.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});