Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Why playerPos and player are static? What if I want to run 2 games at the same time?
Why "count" have 7 indices if you only use 6 of them? You can count the numbers by their value minus 1
It's the same result in both cases. Why even check?
why not use "!= 0" then?
The total angle always will be 180
You don't need to import <limits.h> and use INT_MIN.
That's because the minimum difference will be always 0, never lower than that.