Hi,can anyone help me to develop a C program?This project is quite challenging for me and i have tried to figure it out for so many times but i still could not make it.

You are required to create a Pokemon Game Simulator (you may use other characters). In the game, player will be given a number of pokeball that will be used to capture as many pokemon as they can. After all the pokeball have been used up, the number of pokemon successfully captured will be displayed on the screen.

Your game simulator should have the following features & functions :
-Provide player the number of object (such as pokeball).
-Spawn the characters randomly (minimum five characters).
-Set the encounter rate and capture rate randomly (the result will be different every
time the program run).
-Able to calculate and display the total number of characters captured.
-Able to display the number of captures for every single character.

Thanks in advance😁