boundary using draw
boundary using draw
#include <stdio.h>
#include <stdlib.h>
// Driver Code
int main() {
// Function Call
draw();
return 0;
}
void setup() {
gameover = 0;
// Generate boundary
setup();
// Function Call
draw();
input();
logic();
}
}