Extend the functionality of the maze game

Assignment Help Other Subject
Reference no: EM132375473

Software Engineering: Analysis and Design Assignment -

Overview - For this assignment, you will logically extend the functionality of the Maze Game introduced during the lectures, via the modification of the code base as well as documentation and implementation of various user stories. This is a paired assignment. However, in case of an exceptional situation (if the number of students in a group is 3), the group should take special permission from the Lecturer.

Learning Outcomes Assessed - The following course learning outcomes are assessed by completing this assessment:

  • Understand the significance of detailed project planning and control, good communication and documentation and the use of appropriate tools in order to provide a quality product.
  • Understand the distinction between software engineering and programming, and thus the distinction between a software configuration and a program.
  • Understand the methods and techniques involved in designing, implementing and maintaining an information system, in particular using an object-oriented approach.
  • Understand how unit tests are used during software development to assist in agile programming techniques such as refactoring.
  • Work together in small teams to complete a fully documented, detailed design and implementation of a small business information system.
  • Demonstrate skills in designing and implementing an information system.
  • Demonstrate skills in designing Unit tests.

Assessment Details -

You are required to logically extend the functionality of the Maze Game introduced during lectures, via the modification of the code base as well as documentation and implementation of various user stories. You will use the Boost methodology discussed during lectures, which requires the use of pair programming. All documentation, other than the customized game map, must be completed individually.

The code base provided for this assignment has already implemented the "warm up" and some "sets". You will be implementing numerous other "sets" for this assignment using the Boost methodology. The "warm down" stage is not required.

You are free to take ideas discussed during lectures and implement these in your own version of the code base provided in Moodle for this assignment.

This assignment will be marked according to the functionality of your code, in addition to the elegance and extensibility of your design and the quality of your documentation.

Assignment Requirements -

In Pairs:

1. Design and implement a custom environment for your maze game. This requires producing your own unique hand-drawn map of the maze game environment and changing the HardCodedData file to reflect the locations and items on your map. At least M (M>=5) locations, including exactly N (N>=2) shops with a condition M>N, must be included, as well as enough items to allow for proper testing of the game functionality. For example, there must be sufficient items to verify that a player cannot collect an item if the weight restriction has been met. Note: you should not retain the original locations or items from the provided code base in your version of the game.

2. Implement each of the following deliverables/milestones:

a. functionality as detailed in Lab 7 and Lab 8

b. commands to manage the various item management commands:

i. listItems, getItem, and dropItem, to allow the listing of all held items, collect a new item and drop a held item.

ii. equipItem and unequipItem, to wear / wield a held item, and to stop wearing or wielding an equipped item.

iii. purchaseItem and sellItem, to buy an item from a vendor and to sell an item to a vendor.

iv. getmazestatus to show the status of the maze (i.e., value of M and N)

Ensure that weight restrictions are not exceeded and that the context for each command is appropriate. For example, purchasing and selling of items should only occur in a shop.

c. Basic combat functions, allowing a player to attack or to be attacked by a non-player character (NPC). A player may flee combat or continue to attack until such time as one combatant loses all life points. The end result must not be hard-coded, and neither the hostile NPCs nor player may have their attributes configured in such a way that the final outcome is pre-determined. Note that combat functions should only be available when the player is in the presence of a hostile NPC, and combat may take whatever form is appropriate for your game context rather than being limited to just hits with a weapon.

d. Collectable items that, when used, restore life points to a player. The number of life points regained should be determined by the roll of 2 six-sided dice up to the player's maximum health. You can elect to allow these to be used during combat if you wish.

3. Write Three Unit test cases for each of the methods you are developing in this assignment. You can write the test cases in any Java framework, but Junit is preferred.

4. Prepare a short Power-point presentation to demonstrate your software/program as if you are going to sell this software/program to a prospective customer. The Power-point presentation must contain the following items:

a. A demonstration of the game - how the game play works and how this was implemented.

b. Explanation of the role of design patterns in the game, clearly identifying the functionality where design patterns have had an impact and how this has occurred.

c. An analysis on the use of a development methodology in creating the game describing how did this assist, or make the development of the game more complicated.

This presentation will be assessed based on the clarity and accuracy of the explanations and how clearly it demonstrates an understanding of how the game was coded, the design patterns used and the impact of using a development methodology.

Individually:

1. Prepare an individual report, to be submitted as a Word document or a PDF, which includes:

a. The student number and name of each person on your team (including yourself)

b. User stories for each of the deliverables/milestones

c. Class diagrams for Lab 7 and Lab 8

d. Sequence diagrams for two (2) of the item management commands, taken from separate groupings (i.e. you will not get credit for both getItem and dropItem as they are both in group i)

e. A statement of your own personal contribution to the assignment

f. A statement of your partner's contribution to the assignment.

Do not work with your partner or any other person to complete your individual report. These must be unique and your own work.

Attachment:- GameDescription.rar

Reference no: EM132375473

Questions Cloud

What is the expected growth rate of dorpacs dividends : (a) What is the expected growth rate of Dorpac's dividends? (b) What is the expected growth rate of Dorpac's share price?
Future value of all expected profits : If the Present Value of all estimated futures costs of a 3 year new investment project is 60, and the future value of all expected profits is 500.
What is the return on the index over the year : The dividend yield on the index is 4.2%. What is the return on the index over the year?
Simple network management protocol : What would you do to help create a national "security culture," Simple Network Management Protocol)
Extend the functionality of the maze game : You will logically extend the functionality of the Maze Game introduced during the lectures, via the modification of the code base as well as documentation.
What are the issues and root causes : What are the issues and root causes that necessitates the enactment and/or establishment of Federal, state and local government laws,
Design and implement a custom environment for your maze game : ITECH7201 - Software Engineering: Analysis and Design - Federation university - detailed project planning and control, good communication and documentation
How did bbva use text mining? : How did BBVA use text mining? What were BBVA's challenges, and how did BBVA overcome them with text mining and social media analysis?
Compute the intrinsic stock price using Gordon Growth Model : FIN580 Capstone Finance Assignment - Capstone Project Description, Colorado State University, USA. Compute the intrinsic stock price using Gordon Growth Model

Reviews

len2375473

12/7/2019 1:43:06 AM

M are locations N are shops Change the location and items used in hardcode data Combat state you can only attack or flee Commerce state you can buy sell and other commands Three unit test cases fore each method..use Junit is preffered Analysis of assignment Don’t do the coding in such a way that you know the output At least 5 locations and 2 shops should be there Locations should be more than shops

len2375473

12/7/2019 1:42:58 AM

Hardcoded coding has been given please use that coding Use 7-8 Labs functionality Use the state pattern and in assignment Commerce state and combate state should be taken Take this from lecture 10 slides When using command equipment and unequipement check the condition how Much weight player can carry.. There is a hostile character help to player explain that too And In individual work user stories for each of the deliverable Class diagram for lab 7 and 8 Sequence diagram for item management commands from different groups..

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd