Sharing my SFML journey feel free to create PR of your recent SFML game to contribute to. this will be running and building from CMAKE
this is a simple game to start learning about collision and mouse interactivity, we shoot the ball to the target(hoop) - includes scoring (print the score in CLI)
ShootTarget.hpp
ShootTarget.cpp
Get to play with generating projectiles and learn how shooting and detecting collision on multiple elements works - this one was much more fun it's not hard as it seems if you know how to play with C++ get in the codes and play with them have fun 🎉
ShooterTargetProjectiles.hpp
ShooterTargetProjectiles.cpp