User prompt
Make the mouth green instead of red when the mouth is open
User prompt
Lower the disclaimer
User prompt
Make the disclaimer bigger
User prompt
Make the disclaimer red
User prompt
Make the disclaimer lowered a bit
User prompt
Make a disclaimer at the top that says: make sure you are in a open and well lighted environment
User prompt
Make the game more cutesy
User prompt
Make the monsters more accessible to the player
Code edit (1 edits merged)
Please save this source code
User prompt
MunchMonsters
Initial prompt
Make a face kit game where it detects if you mouth is open. If it is, it is in eating mode. If it is not, it is in neutral. There are monsters that you have to eat to win.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});