User prompt
Let’s make the main ship be controlled by a stick attached to it
User prompt
Remove remove the joystick and make it touch control
User prompt
Increase joystick sensitivity
User prompt
Move the joystick up by eight pixels
User prompt
Make the joystick larger
User prompt
Move the joystick to the right bottom corner
User prompt
Let’s make the ship use a joystick in the bottom left corner of the screen
User prompt
Change the name to space invaders 2.0
User prompt
Let’s make it so that you can see the visible shield around your ship ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Let’s make temporary upgrades for your ship ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Let’s make the ships more realistic, but still 16 bit
Code edit (1 edits merged)
Please save this source code
User prompt
Space Squadron
Initial prompt
It is a game in witch you play as a space ship and have to shoot down other ships
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});