User prompt
make it 4x4, insider squares will be 2x2
User prompt
4x4 ölç
User prompt
when filled cell clicked do not take any action
User prompt
title and timer are overlapped place them side to side
User prompt
when correct unicorn selected, place it to the cell and remove from the possible options
User prompt
when i selected a empty cell, just show possible unicorns
User prompt
show selectable unicorns at the bottom of sudoku table with some margin
Code edit (1 edits merged)
Please save this source code
User prompt
when empty cell selected, options are not shown fully. please give a space top of the selectable unicorns
User prompt
i just can see purple squares instead of uniorn images
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'x')' in or related to this line: 'var global = boardContainer.toGlobal(cell.position);' Line Number: 392
User prompt
Please fix the bug: 'Uncaught TypeError: cell.setSelected is not a function' in or related to this line: 'cell.setSelected(true);' Line Number: 384
Code edit (1 edits merged)
Please save this source code
User prompt
Unicorn Sudoku
Initial prompt
create a sudoku game but use unicorn character icons instead of numbers
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});