User prompt
show the score as goals scored
User prompt
ball moves 100% faster
User prompt
ball goes back when it hits the keeper
User prompt
when ball hits the keeper it is reflected
User prompt
put a goal keeper infront of the keep that moves horizontally ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
wind affects ball direction
User prompt
ball spins when moving ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
remove goal post
User prompt
when ball enters goal post it is a score
User prompt
goal scored when ball enters the post from below
User prompt
double tap passes to next shoot
User prompt
goal only if ball enters from below the post
User prompt
ball moves more rapidly
User prompt
pass to next shot after ball stops moving
User prompt
go to next shot when ball stops
User prompt
no gravity
User prompt
arrange the force to shoot by holding mouse button
User prompt
shoot by pressing the point you want to shoot
Code edit (1 edits merged)
Please save this source code
User prompt
Flick Goal Master
User prompt
football
Initial prompt
hello
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});