User prompt
player can curve the ball, ball will not go only straightforward
User prompt
when the ball touches to the inside white lines which is the goal, player should go the next round and it should count as score
User prompt
even though I am scoring the game does not continue with the next round can you correct this
User prompt
to pass the round one goal is enough, so if the players scores in his first attempt then he goes to the next round without trying his other attempts
User prompt
ball shouldnt stop at all
User prompt
there should not be gravity and the ball should continue to the goal
Code edit (1 edits merged)
Please save this source code
User prompt
Free Kick Master
Initial prompt
I want to make a free kick goal game. Player sees the ball in the down below screen and shoots by arranging the direction and speed of the ball. Player has 3 tries to score a goal. If the player can score within these 3 tries, he will go to the next round. The next round will be harder, it can be either from a further distance or with higher number of men trying to block the ball. Goalkeeper will not move and also other men will not move.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});