User prompt
Make the shapes move away from the cursor very slowly at all time
User prompt
Please fix the bug: 'TypeError: game.contains is not a function. (In 'game.contains(oldestShape)', 'game.contains' is undefined)' in or related to this line: 'if (oldestShape !== undefined && game.contains(oldestShape)) {' Line Number: 224
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'TypeError: self.contains is not a function. (In 'self.contains(trailShape)', 'self.contains' is undefined)' in or related to this line: 'if (self.contains(trailShape)) {' Line Number: 49
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape !== undefined && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape !== undefined && self.contains(oldestShape)) {' Line Number: 61
User prompt
Fix the bug where dragging to make patterns only makes one normal shape then tiny circles to make both normal squares and circles without mini shapes
User prompt
Remove pattern creation bugs
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (self.contains(oldestShape)) {' Line Number: 62
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (oldestShape && self.contains(oldestShape)) {' Line Number: 61
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (self.contains(oldestShape)) {' Line Number: 60
Code edit (1 edits merged)
Please save this source code
User prompt
Un-Game: The Anti-Game Experience
Initial prompt
I don't want to make a game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});