View Single Post
Old
sometimes618
Member
 
Status: Offline
Posts: 39
Join Date: Jan 2016
Location: J Street
Default 04-28-2018, 03:35 PM

Quote:
Originally Posted by Lobby View Post
Create a world that have at least 5 different objects from the Furniture Gallery and a Faery from the
Fantasy/Faeries Gallery. The Faery has the power to make an object disappeared. Everything that the
faery touches disappears from the scene.
Create an interactive game where the user clicks one object at a time from the scene; then, the faery
faces that object and moves in direction to 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).
In addition to the Alice world, submit the design of the game using a textual storyboard; include the
design of the event and the design of the CheckDistance method.
Um...is there any particular reason that you want all this? This sounds like something one would make for a school project, and if I were to upload what I have, I'm afraid of it being stolen.

Also, I would recommend creating a separate thread instead of posting the same thing three times on unrelated threads.


Starring, written, directed, and produced by sometimes618.

Get Alice Fighters v0.7:
http://www.alice.org/community/showthread.php?p=57651#post57651

Last edited by sometimes618; 04-28-2018 at 03:42 PM.
   
Reply With Quote