Why Choose Us?
0% AI Guarantee
Human-written only.
24/7 Support
Anytime, anywhere.
Plagiarism Free
100% Original.
Expert Tutors
Masters & PhDs.
100% Confidential
Your privacy matters.
On-Time Delivery
Never miss a deadline.
ALICE 2
ALICE 2.5 Homework Help
Project 8 - Winter 2022 CCBC CSIT111 W02 10921 Logic and OO Design (I) - Community College of Baltimore County
Project 8
Instructions
Faery Magic
Create a world that has at least 5 different objects from the Furniture Gallery and one Faery from the Fantasy/Faeries Gallery. The Faery has the power to make an object disappear. Everything that the faery touches disappear from the scene.
Create an interactive game where the user can click one object at a time from the scene; then, the faery faces that object and moves toward it. Write a recursive method named CheckDistance, that checks whether the faery is very close to the object clicked by the user. If it is, the faery bends over to touch the object. After the faery touches the object, the object disappears (this is the base case of the recursion). If the faery is not yet close enough to the object to be able to touch it, the faery moves a small distance forward and the CheckDistance method is recursively called (this is the recursive case of the recursion).
Include instructions for the game that appears on the screen for a period of time and then disappear.
Include comments in your code for each major instruction in your program.
This assignment assesses objectives 1 and 2.
Name your World as follows: YourName_Project8.a2w
Expert Solution
Please download the answer file using this link
https://drive.google.com/file/d/1iHfnUsICwSgs_0BHVaaKOFyVeizEe0f5/view?usp=sharing
Archived Solution
You have full access to this solution. To save a copy with all formatting and attachments, use the button below.
For ready-to-submit work, please order a fresh solution below.





