You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a game implementation in SFML library in C++. The game uses threads to move the players and check for the collisions with objects.
This is a good demonstration of how threads are used in loops and how sfml is used with threads.
About
This is a game implementation in SFML library in C++.