Question: Create a game using SFML that generates a rectangle of size 100*100 in a window 1000*800. When the rectangle is clicked, the user's score

Create a game using SFML that generates a rectangle of size 100*100 in a window 1000*800. When the rectangle is clicked, the user's score increases by 1 then a new rectangle appears in a different position with different color. Score: 0 Score: 1 Score: 2 SFML Window SFML Window SFML Window
Step by Step Solution
3.49 Rating (152 Votes )
There are 3 Steps involved in it
Here is a code that creates the game described using the SFML library in C In this game the position ... View full answer
Get step-by-step solutions from verified subject matter experts
