Generation

generate functionSun, 25 Aug 2024

al tocar una parte genere otra mas grande

id draw(int x, int y, int size){ for(int i = 0; i < size; i++){ for(int j = 0; j < size; j++){ if(i == 0 || j == 0 || i == size - 1 || j == size - 1){ if(i == 0 && j == 0){ if(i

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