gosha gosha

Generation

generate functionSun, 12 Feb 2023

If an enemy is nearby, the door will automatically close. 

if(enemyClose == true){ door.close(); } else{ door.open(); }

Want to kickstart your project?Use the new AI Studio to create your code