check the models folder in this repo:
https://github.com/ForLoopCodes/friendbot
i'm sorry i could not upload notebooks to gist
check the models folder in this repo:
https://github.com/ForLoopCodes/friendbot
i'm sorry i could not upload notebooks to gist
| #include <stdio.h> | |
| #include <math.h> | |
| #define PI 3.14159265358979323846 | |
| #define RADIUS 10 | |
| int main() | |
| { | |
| char grid[RADIUS * 2][RADIUS * 4]; |
| #include <stdio.h> | |
| #include <math.h> | |
| #define PI 3.14159265358979323846 | |
| #define RADIUS 10 | |
| int main() | |
| { | |
| char grid[RADIUS * 2][RADIUS * 4]; |
| #include <stdio.h> | |
| #include <math.h> | |
| #define PI 3.14159265358979323846 | |
| #define RADIUS 10 | |
| int main() | |
| { | |
| char grid[RADIUS * 2][RADIUS * 4]; |
| #include <stdio.h> | |
| #include <math.h> | |
| #define PI 3.14159265358979323846 | |
| #define RADIUS 10 | |
| int main() { | |
| char grid[RADIUS * 2][RADIUS * 4]; | |
| for (int i = 0; i < RADIUS * 2; i++) { |