User prompt
Make it so every pattern will make a generation
User prompt
Make the variant one the only mode
User prompt
Make the patterns evolve in different ways
Code edit (1 edits merged)
Please save this source code
User prompt
Cellular Canvas: Survival Grid
Initial prompt
Make a game where you can create a drawing of something with square cells and there is only one type of cell where if it has 5+ neighbors then it dies but if it has 5- neighbors then it survives. How ever the cell can regen if there is 9 neighbors then it will regenerate.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});