User prompt
let’s make a line showing where your projectiles will fly every time you pull the band back
User prompt
let’s make the targets larger
User prompt
let’s make the projectile fly even farTher
User prompt
Let’s make the projectile fly until they hit the other side of the board
User prompt
let’s just make the projectiles fly farther
User prompt
Let’s make the slingshot and targets bigger as well as the shot center of the bottom
Code edit (1 edits merged)
Please save this source code
User prompt
Slingshot Strike
Initial prompt
It is going to be a sling shot game in which you have to hit moving targets. It will be mostly 16 bit
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});