you are tasked with improving the code for the


You are tasked with improving the code for the Haunted House game. Please read the associated hand-out and the code provided with your drive. Although the implementation of your code is your own work, the ideas for which to implement and improve the code are free for public discussion. You are free to use code from the Internet or other sources but please cite the sources in the relevant program code. You will be given debate time and implementation time in class where we can collaborate on ideas and improve our understanding of coding in order to complete the tasks. 

This task should take approximately 42 hours of implementation to complete. You will be given approximately 21 hours of class time to collaborate and undertake the individual tasks, use all of your time wisely.

Difficulty Level: Very Low

1. Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code (software architecture).

2. Remove any runtime, sematic, and syntax errors. Make comments in the code and list the number of errors you have corrected and how you corrected each specific error.

3.Improve the game by including multiple commands that invoke the same functionality. For example the commands "LIST," "INVENTORY," "ITEMS" and "CARRYING" all list the items being carried by the player. You should be able to do this for all of the commands. However, you may limit your improvement to five of the commands. Improve the game by allowing players to enter mixed case input.

Difficulty Level: Low 

1. You will add functionality to the game in the form of a Dungeon Master who will explain the task to complete the game (explain the win condition in a conversational style). You will define a win condition for the game, for example, collecting all items and returning to the entry point (location 0).

2. You will re-factor (update) the display of available exits and other messages to be less cryptic, i.e., instead of "NE" you will display a message similar to "there are exits to the North and East."

3.You will add functionality to quit or exit the game using an appropriate command.

4.You will update the map functionality, such that only locations that have been visited will be displayed.

5.You will have functionality to "Save" the game state so that the game can be continued at a later stage. You will implement the functionality for "Loading" the saved game.

Implement separate commands to save and load the game.

Difficulty Level: High

6. You will implement one of the following: 

a. Improve the game by adding more features, for example you can examine more items, more props etc. You may implement this using more lists regarding items and props, remember, you should check if the object is being carried or in the location of the player. 

b. Introduce random monster encounters and battles, for instance in the Haunted House you could introduce vampires, ghosts, werewolves, etc. You may have to look at role-playing combat systems that already exist, try to use existing combat systems. 

c. Introduce a non-player character that uses AI to communicate with players

You may be able to find existing code on the Internet for this, if you do please cite the source in the code files.

7. Add other functionality of your choice to the game. Justify its inclusion in comments next to the new functionality; get guidance and advice from your lecturers. Some ideas for this appear in the associated Haunted House hand-out.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: you are tasked with improving the code for the
Reference No:- TGS0486626

Expected delivery within 24 Hours