Chris Dourisdigitalcreations.hashnode.devยทMay 12, 2024Day 87/100 100 Days of CodeI worked on creating the ball. SDL alone can't generate circles. I used the solution from this post to draw it. Ball structure struct Ball { float x; float y; float radius; }; Generate Ball void GenerateBall(struct Ball ball, SDL_Rendere...100 Days of CodeCAdd a thoughtful commentNo comments yetBe the first to start the conversation.