Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
USING C# PROGRAMMING LANGUAGE You are asked to write a code design, implement, present, and discuss a game called Fruit Collector (FC). FC is a game for kids that allows a player to collect fruits which appear randomly. Every time the player collects fruit, his score increases. More details:
1-Every time the player collects fruit, his score increases.
2-In second level, some barriers and traps will appear randomly, and the player have to avoid them. Otherwise, he / she will lose 10 scores.
3-In level three, bombs and skulls will appear randomly, and the player needs to avoid them. Otherwise, he / she will lose 10 points of his/her score.
4-In both second and third levels, a sand clock and a star may appear as bonus. If the player catches the star, he / she will gain an extra score (+15). Also, if the player catches the sand clock, he / she will gain extra time, so he / she will play more and get more fruit.
5-The player needs to create a profile before start playing or choose a previously created profile to play
6-The game keeps track of the time played for each step and for each level as well as for the whole game
7-The game keeps track of the profiles and their transactions 
8-The game should be designed for kids with attractive colors and images
9-The game contains a reporting module to show various reports and statistics about the game
10-You must use LINQ queries to obtain the numbers in the statistics form
11-You must use list collections to store data
12-The game should have at least 3 levels


What I have tried:

file:///C:/Users/boshr/Downloads/FC_Game_Term_Project.pdf
Posted
Updated 29-Dec-21 5:13am
v3
Comments
CHill60 29-Dec-21 8:45am    
We don't have access to your C: drive. Post the code that you have tried in the body of your question and explain where you are stuck. We are not going to write this for you!

No, we will not do any of your homework for you. Nor is tutoring you appropriate in a Quick Answers forum.

Please understand, if we were to do your homework for you it does not help you at all. You still won't understand the process and that will just lead to further difficulties on your next assignment.

If it is so important that you pass the exam then you need to put the work in. Talk to your tutor if you are struggling.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900