FIT9131编程代做、代写Java程序语言、Java编程调试代做SPSS|代做留学生Prolog

FIT9131 November Semester 2020 Assignment 1
Escape from Ivalice
Introduction
This document specifies the programming component of Assignment 1. This component is due by
10pm Friday of Week 7 (18
th December, 2020). Heavy penalties will apply for late submission.
This is an individual assessment task and must be your own work. You must attribute the source of
any part of your code which you have not written yourself. However, you must ensure to be able to
understand, explain, and/or modify any part of your program. Please note the section on plagiarism in
this document.
The assignment must be done using the BlueJ environment.
The Java source code for this assignment must be implemented according to the Java Coding
Standards for this unit.
Any points needing clarification may be discussed with your tutor in the lab classes.
Completion of this assignment contributes towards the following FIT9131 learning outcomes:
1. design, construct, test and document small computer programs using Java;
2. interpret and demonstrate software engineering principles of maintainability, readability, and
modularisation;
3. explain and apply the concepts of the "object-oriented" style of programming.
Specification
For this assignment you will write a program which will allow a player to play a game Escape from
Ivalice. This section specifies the required functionality of the program. Only a text interface is
required for this program; however, more marks will be gained for a game that is easy to follow
with clear information and error messages to the player.
In the game, Escape from Ivalice, the player is a wielder of magical powers. The new king of the land
has made the practice of magic illegal. As such, the player must try to escape Ivalice as soon as
possible by opening a magical doorway (i.e. a portal) to another realm. To prevent this, the king has
created a series of mazes which must be navigated first. The aim of Escape from Ivalice is for a player
to choose the correct magical portal which will lead them to the final exit so they can leave Ivalice
FIT9131 November Semester 2020 Assignment 1
Page 2 of 5
without landing in prison. The player either manages to escape or is captured. There is no other way
out!
Game play
The Escape from Ivalice game gameplay can be described as follows:
1. The game begins with a simple screen which prompts the user to enter their name, which
must be between 3 and 12 characters long (both inclusive). If this criterion is not met, the
player is asked to re-enter their name until correct.
2. Next the player is placed in the middle of a room. The rules for the room are as follows:
a. Each room may have up to 4 portals possible which allows the player to go from one
realm to another – to the north, to the south, to the east, and to the west.
b. The rules for the portal are as follows:
i. The north portal has a 80% chance of existing
1.If the player selects the north portal, the probability of finding the final
exit portal decreases by 2%. (The minimum probability cannot go
below 1%)
ii. The west portal has a 60% chance of existing
iii. The east portal has a 40% chance of existing
iv. The south portal has a 20% chance of existing
1. The south portal also has the final escape portal which has an
independent 5% chance of appearing only IF the south portal is
open.
2.Based on this the south direction can either be another portal or the
final exit portal.
3. Each time the player takes the south portal, if there is no exit, the
probability of finding the final exit portal the next time increases by
5%. (The maximum probability can only be 100%)
c. The system will randomly generate which portals are available to the user and ask
the player to make a choice. The system will also display the current probability of
finding the exit portal.
d. The players’ main goal is to find the final escape portal which will only appear on
the south side.
e. The player will then make a choice to go in one available direction.
f. The game will end when one of two things happens:
i. The player finds the final exit portal in the south direction
ii. The player ends up in jail – a room where none of the portals are available to
jump to in any of the four directions.
g. The game will continue until the player ends up in jail or manages to find the final
exit portal.
FIT9131 November Semester 2020 Assignment 1
Page 3 of 5
Game Requirements
 The existence of a portal must be randomly determined.
 The final exit portal can only appear in the south direction.
 Students MUST
o demonstrate an understanding of the logical flow for the game. A clear and concise
gameplay should be demonstrated.
o demonstrate a scalable class design for the program with a minimum of three
classes. Additional classes which are justified will score more marks. If in doubt,
consult your tutor.
o demonstrate the correct use of fixed size collections where necessary.
 Students should check the demo video of the assignment which will be uploaded in Week
4 on Moodle to get a better idea of the runtime requirements for the game.
 Students should aim to develop their own game execution that doesn’t copy the demo
video. Marks will be awarded for a creative approach to displaying the game. (The game
should still be text based only!)
Hints and Suggestions
 When working with multiple classes you are encouraged to understand, and apply pass by
reference so as to ensure appropriate design is included within your program.
 For assignment 1, you are not required to validate numeric inputs with the exception of
the menu choice (if using numbers). All other numeric inputs are not required to be
validated.
FIT9131 November Semester 2020 Assignment 1
Page 4 of 5
Assessment
Programming Task Assessment
Assessment for this component will be done via an interview with your tutor.
The marks for your program code will be allocated as follows:
• 40% - Object-oriented design quality. This will be assessed on appropriate implementation of
classes, fields, constructors, methods and validation of the object’s state.
• 10% - Adherence to FIT9131 Java coding standards.
• 50% - Program functionality in accordance to the requirements.
You must submit your work by the submission deadline on the due date (a late penalty of 20% per
day, inclusive of weekends, of the possible marks will apply - up to a maximum of 100%). There will
be no extensions - so start working on it early.
Marks will be deducted for untidy/incomplete submissions, and non-conformances to the FIT9131
Java Coding Standards.
Please note that your program code will be submitted to a code similarity checker.
Interview
You will be asked to demonstrate your program at an “interview” following the submission date. At
the interview, you will be asked to explain your code/design, modify your code, and discuss your
design decisions and alternatives. Marks will not be awarded for any section of
code/design/functionality that you cannot explain satisfactorily (the marker may also delete excessive
in-code comments before you are asked to explain that code).
In other words, you will be assessed on your understanding of the code, and not on the actual code
itself.
Interview times will be arranged in the tutorial labs in Week 7. It is your responsibility to attend the
lab and arrange an interview time with your tutor. Any student who does not attend an interview
will receive a mark of 0 for the assignment.
FIT9131 November Semester 2020 Assignment 1
Page 5 of 5
Submission Requirements
The assignment must be uploaded to Moodle by 10pm Friday of Week 7 (18
th December, 2020).
The submission requirements for Assignment 1 are as follows:
A .zip file uploaded to Moodle containing the following components:
 the BlueJ project you created to implement your assignment.
 a completed Assignment Cover Sheet. This will be available for download from the unit’s
Moodle site before the submission deadline. You simply complete the editable sections of the
document, save it, and include it in your .zip file for submission.
The .zip file should be named with your Student ID Number. For example, if your id is 12345678,
then the file should be named 12345678_A1.zip. Do not name your zip file with any other name.
It is your responsibility to check that your ZIP file contains all the correct files, and is not corrupted,
before you submit it. If you tutor cannot open your zip file, or if it does not contain the correct files,
you will not be assessed.
Marks will be deducted for any of these requirements that are not complied with.
Warning: there will be no extensions to the due date. Any late submission will incur the 20% per day
penalty. It is strongly suggested that you submit the assignment well before the deadline, in case there
are some unexpected complications on the day (e.g. interruptions to your home internet connection).
Extensions
All requests for extensions must follow the faculty guidelines and submit the required forms as soon
as possible. Please note that for any extension to be granted you must submit the request centrally via
the link below:
https://www.monash.edu/exams/changes/special-consideration
In addition, please remember to have supporting documentation available. This assignment cannot be
completed in a few days and requires students to apply what we learn each week as we move closer to
the submission date. Please remember to show your progress weekly to your tutor.
Extensions due to starting late and not having enough time to complete will not be approved.
Plagiarism
Cheating and plagiarism are viewed as serious offences. In cases where cheating has been confirmed,
students have been severely penalised, with penalties ranging from losing all marks for an assignment,
to facing disciplinary action at the Faculty level. Monash has several policies in relation to these
offences and it is your responsibility to acquaint yourself with these.
Plagiarism (http://www.policy.monash.edu/policy-bank/academic/education/conduct/plagiarismpolicy.html)

All submissions will be checked for plagiarism and collusion.

热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图