
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Assignment 5 for a computer science course, where students are required to add a command object and a single command interpreter to their current virtual environment (cve) implementation. The command interpreter should support the 'say' and 'tell' commands, allowing communication between players in the same room or targeting specific players, respectively. Students are encouraged to test these commands by connecting to their cve with multiple players and communicating using both commands.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!
Assignment # Due: 4/4/07 by the beginning of class. You will demo it for me in lab that day. Add a command object to your implementation and a single command interpreter to a single room in your current CVE implementation. You could use the starting point implementation for Assignment #4 to complete this assignment if you do not have a working CVE currently. This command interpreter should implement the say and tell commands. Say allows everyone in the same room to hear you, tell is targetted at a specific other Player in the room. Test these commands by connecting to your CVE with two or more separate players and talk to each other using both commands. This is what I will ask you to demo in class on 4/4/07.