free
This commit is contained in:
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ragavan vs bolt
|
||||||
|
===============
|
||||||
|
[this video](https://youtu.be/BAkFMdFsj1U) showed up in my youtube recommendations.
|
||||||
|
rather than watch it, i decided to attempt to solve the format
|
||||||
3
game.c
3
game.c
@ -54,6 +54,7 @@ int main(int argc, char **argv) {
|
|||||||
printf("%d\n", max_life);
|
printf("%d\n", max_life);
|
||||||
Player *stupid_fucking_monkey = new_player(max_life, Ragavan);
|
Player *stupid_fucking_monkey = new_player(max_life, Ragavan);
|
||||||
Player *sparky = new_player(max_life, Bolt);
|
Player *sparky = new_player(max_life, Bolt);
|
||||||
|
free(stupid_fucking_monkey);
|
||||||
|
free(sparky);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user