User prompt
make the grid 64x64
User prompt
Please fix the bug: 'Timeout.tick error: Cannot set properties of undefined (setting 'size')' in or related to this line: 'self.label.style.size = 60;' Line Number: 84
Code edit (1 edits merged)
Please save this source code
User prompt
Merge Mania: Slide & Combine
User prompt
make it when it's sliding into each other it merges
Initial prompt
Make a 2048 Esque game, which where you have to slide and if idk 2 is touching another 2horizontally or vertically, (not diagnoally) it merges into what what would be 2+2 = 4
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});