User prompt
Please fix the bug: 'undefined is not an object (evaluating 'submitBtnBg.height')' in or related to this line: 'var scoreRowY = btnY + 2 * (submitBtnBg.height + 30);' Line Number: 346
User prompt
Place score 2 rows below the submit button
User prompt
I’m lace button to unselect alphabet before submitting
User prompt
Score not visible
User prompt
Place score downwards in screen with caption score
User prompt
Add profile for users so that they can store their game scores ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
Give points only when correct words are found
User prompt
Add music
User prompt
Add music
User prompt
Music background
User prompt
Blue colour for matrix of alphabets
User prompt
Place matrix of words in blue colour background having grids across each alphabets
User prompt
Make a bigger matrix of alphabets
User prompt
Place submit button alongside reshuffle button
Code edit (1 edits merged)
Please save this source code
User prompt
Word Matrix Challenge
Initial prompt
Make a word puzzle game. Player had to select alphabets from a matrix of alphabets randomly arranged. Player selects alphabets and then presses submit button. Give 1 point for every correct answer. Place 5 minutes timer per game of play. Give option to try the matrix of alphabets so that user can find different combinations of alphabets for different words
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});