User prompt
what we have put "brick programs" should not just start one but all of them
User prompt
there should be a white cube at the bottom where can see the finished game
User prompt
there should be no levels
Code edit (1 edits merged)
Please save this source code
User prompt
BlockCode Builder
Initial prompt
Make a game that has infinite "brick programs" and can make a game with these "brick programs"
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});