Code edit (1 edits merged)
Please save this source code
User prompt
when i pass first level level 2 is do not interact with my input
User prompt
after changing level game is unplayable
User prompt
level 2 is unpassable
User prompt
level dont change after complete
User prompt
create 5 level
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tw.to({' Line Number: 207 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(cube).to({' Line Number: 206
User prompt
i want to move the cube which i tap with arrow direction
User prompt
objects dont move
User prompt
objects not move
User prompt
blue wont move
Code edit (1 edits merged)
Please save this source code
User prompt
Arrow Slide Grid
User prompt
i want to create game where cubes placed on grid and each cube has arrow to indicade which way can move if path is empty they can go if not they wont. if path empty cube slide all the way out of the screen. win state is clear all grids
User prompt
cubes move until out of screen and diseapper if all grid empty level complete
Initial prompt
i want to create game where cubes placed on grid and each cube has arrow to indicade which way can move if path is empty they can go if not they wont.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});