User prompt
Add a ring class to the game
User prompt
Each stack can contain up to 5 rings, add that capability
User prompt
Move up stack container by 20px
User prompt
Move down stack container by 300
User prompt
Move down stack container by 150
User prompt
Set stack container x to 69
User prompt
Set stack container x to 166
User prompt
Add a new simple container to game, which the stacks are attached to. Use new Container()
User prompt
Add a stacks container to game
User prompt
Add 10px margin between stacks
User prompt
Add a 8x10 grid of stacks to the game
User prompt
Don’t move the stack bg
User prompt
Rename stack background element to stackBG
User prompt
Add a background element to stack
User prompt
Add a stack class to the game
User prompt
Delete everything in the games class except for the self initialization line
User prompt
Delete bullet classes
User prompt
Delete hero, and enemy classes
Initial prompt
Stacker puzzle game
===================================================================
--- original.js
+++ change.js
@@ -5,9 +5,9 @@
var Game = Container.expand(function () {
var self = Container.call(this);
self.stacks = [];
var stackContainer = self.addChild(new Container());
- stackContainer.x = 166;
+ stackContainer.x = 69;
for (var row = 0; row < 10; row++) {
for (var col = 0; col < 8; col++) {
var stack = stackContainer.addChild(new Stack());
stack.x = col * (stack.width + 10);
Amazing games background for wooden children’s rainbow stacking tower game.
Horizontal wooden rod. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Narrow Horizontal rod. Light wood Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.