Question: For the journal entry part write what this game does in a word document and send describing what the codes do. For the actual code
For the journal entry part write what this game does in a word document and send describing what the codes do.
For the actual code send it in a way that it can be run by copy pasting into python notepad
d_resource/content/0/Assignment4.pdf A4 COMP 1631 Winter 2019 A Python Adventure game! THE ADVENTURE For this final assignment the goal is to create an text-based adventure game in Python. This involves having the user enter commands (like "move east" or "take bottle"), the game interpreting that command, and then changing the state of the game based on that command. We've seen a small sample of this type of game and how it can be coded in the In-class Activity on Dictionaries (see the in-class activity for the week of March 16th). This is only a template, however: you should take the ideas from that code and add your own creative ideas. (For example, instead of the "rooms" being actual rooms, they could be different planets the player is travelling to, or different time periods, etc..) We want to have FUN playing your game (and we want YOU to have fun playing your game...)! The game should also use everything you've learned up to this point in the course. Thus, the game should at least have the following: An IF statement using OR An IF statement using AND An IF statement using AND and OR At least two different loops Use of at least three different lists Use of a dictionary (as in the example program in the March 17th/18th in- class activity, dictionaries are a very useful way to track the "rooms" in the game and what their contents are). As in Assignment 3, you should use good coding practices; in particular, your program should be broken up into smaller functions as appropriate, use description variables names, etc. Some examples of other features you could add: A scoring system Keeping track of a player's health Fights with creatures in certain rooms... As before, keep your game light-hearted, without mature content. Your game should be appropriate for children. Beyond that, you are only limited by your imagination, the law, and the obvious restrictions of implementing your game in Python 3 with no graphics. odf C For This Essay, Students X Define the three types I paraphrasing-tool.com X M(no subject) - davidhow X pluginfile.php/347345/mod_resource/content/0/Assignment4.pdf Design Journal Entry for Assignment 4 Submit your last journal entry and include a reflection on your improvement from your first assignment to your final assignment. If working in pairs, each partner should complete their own design journal entry.
Step by Step Solution
3.46 Rating (162 Votes )
There are 3 Steps involved in it
Journal Entry for Assignment 4 Improvement Reflection In this assignment I have applied key programming concepts learned throughout the course marking ... View full answer
Get step-by-step solutions from verified subject matter experts
