User prompt
Make the text appear on the middle of the screen and redistribute button should appear on players side
User prompt
Make the hands face each other. Player 2s hands looking up.
User prompt
Fingers are not distinguishable. Fingers are too close
User prompt
I want the hand sprites to have a right number of fingers up
Code edit (1 edits merged)
Please save this source code
User prompt
Finger Battle: Two-Player Strategy
Initial prompt
I want to make 2 player turn based game. The rules are simple. Both players start with 1 finger up from both hands. Player 1 select which of his hand he wants to play. Then selects one of the hands of the opponent. Then opponent has sum of the total selected hands finger up. If the number is greater than 5 it should take mode 5. If one of the players has 5 fingers up that hand is out of play. If the number of fingers from one hand is even and the other hand is out of play player can chose to share even fingers to both of the hands instead of atacking.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});