C# PROGRAMMING
Assignment specification
This assignment will allow to practice the Pair Programming. You are required to logically extend the functions of a Game discussed during the Lectures. For this assignment, you have to modify an existing code base, prepare documentation and implement various user stories.
Introduction:
Maze Game is introduced to you during the lectures. You are required to logically extend the functionality of the game 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. This pair programming in mandatory for this assignment and you have to discuss the matter with your lecturer for any exception. The code base provided for this assignment has already been implemented with “warm up “and some “sets”. You will be implementing numerous other “sets” for this assignment using the Boost methodology.
Before starting the assignment, it is highly recommended for you to spend a few minutes to be familiarize with the given code, especially to understand the roles of each class plays within the system.
Requirements:
In Pairs:
Task-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>4) 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.
Task-2.
Write down the functionalities as detailed in Lab 7 and Lab 8 according to Behavioral Driven
Development (BDD). For more details about BDD, see Appendix-1.
Task-3.
Implement each of the following deliverables / milestones:
a. functionalities or scenarios developed in Task-2
b. commands to manage the various item management commands:
i. listItems, getItem and dropItem, to allow listing of all held items, collect a new item and drop an 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. 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.
Task-4.
Produce a nice power-point/latex presentation (maximum 20 slides) describing the steps to play and how it is implemented. Discuss about the role of design patterns in the game, clearly identifying the functionality where design patterns have had an impact and how this has occurred. Reflect on the use of a development methodology in creating the game. Clearly mention about an additional feature that could be incorporated in the software. Show the BDD statements in a few slides that you have developed for Task-2.
Task-5.
Prepare a Jira account (one account for a team), and create Tickets (story) that you are planning to do. A jira ticket/story is a small job that is assigned to any of you and there is an estimation of how long it will take time to finish the job. You can divide the jira board into 5 vertical sections: Ready to Development, In Development, Ready to Test, In Test and Done. Once a ticket is ready to move from one column to another, move it accordingly. Provide the user name and password in the report so that the Lecturer can verify your development activity directly from your Jira account. Prepare a nice summary of your Jira activity which will include the screenshot of your Jira board and the burndown chart.
Individually:
Task-6:
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. Sequence diagrams for two (2) of the item management commands, taken from separate groupings.
c. Statement of your own personal contribution to the assignment (me and my partner will do this)
d. 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. Please note that assignments will NOT be marked and zero marks will be allocated if the individual statements of personal and partner contributions are not submitted.
e. Maintain your timing using punchtime and submit the report in pdf format. Visit http://punchtimeapp.com/ for more details about punchtime.
Submission: Each student must submit a single zip file which contains all assignment files in the Assignment 2 submission box provided in Moodle. Submission files include the code files, power-point file, an individual report containing your student number, name, your partner’s student number and name, pdfs for JIRA-board and punchtime outputs, the contribution statements. Name your zip file as: yourstudentID_FirstName_LastName.zip
Appendix-1
BDD:
a. https://en.wikipedia.org/wiki/Behavior-driven_development
b. http://behaviourdriven.org/
c. http://www.tutorialspoint.com/cucumber/
d. http://www.ryangreenhall.com/articles/bdd-by-example.html
Note: my name full is: Eburuo Raymond Emeka
Registration number is: 30311652
My partner Name is: Babita Tamang
Registration Number is: 30312840
Also, please and please follow the exact specification on here please it’s a most and if you need anything to support your thinking from me please do not hesitate to ask me via email asap, Communication matters a lot for me ,
But you can call me “Ray”
Thank you.
Note:
The lab 7 and 8 has already been done if you take a good look at the initial code of both and completed codes of both again you will see the difference and understand me better so the main assignment is a going to be a continuity from lab 8 as it contains 7 been a startup code into 8, which the assignment will be carried out and it’s not going to be like the done codes of lab 7 and 8 as more features and changes is needed in the main assignment , but kindly read the initial code document carefully so you can understand better and study the output console well,
Do not hesitate to contact me to avoid mistake please and please if you need more information as it will help both of us better,