首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
ICS3U编程代写、代做Java/Python程序设计
项目预算:
开发周期:
发布时间:
要求地区:
ICS3U – Summative Assignment
METHODS AND ARRAYS
Searching for Sugar:
Sugar the Sloth is lost in the Jungle (or you could think of it as a grid with rows and columns) and you will
need help him escape – while avoiding the roaming predators that are after him - in as few moves as
possible. He starts in a random location and can move randomly 1 space each turn. You need to find him
and return him to the starting spot without getting caught by the predators.
Your game should have a full description of what the game will actually do.
- Be sure to explain the directional controls for the game
o How will they enter their guesses :
▪ entering co-ordinates (ie B2)
▪ enter directions (left / right / straight / north / south )
▪ using mouse clicks
o Sugar the Slothcan only move to adjacent cells - one square at a time each turn (up / down /
left / right) – no diagonal moves
You need to explain the rules and point scheme for the game (along with how to win or lose).
The user should input their name and it should be used during game play.
There should be a counter displaying the number of guesses they have taken so far and a grid showing where
they currently are and where they have searched already.
There should be a win and lose message with the players name in it with their total points.
There should be messages to tell the player if they are getting close
- You figure out how best to inform them
o Ie. Within 4 spots – getting warmer
o Ie. Within 2 spots – very hot
There should be a display of where the player has already
guessed so far
- There are multiple levels of challenge to this single task
There should be a labeled grid separating each cell
- See image to the right
A “Give up” option/button to allow player to forfeit game
A “Cheat” option/button should display Sugar the Sloth’s current location in the grid
A “Win” option/button should display a winning message
Sugar the Sloth’s starting location should be random within the gridICS3U – Summative Assignment
METHODS AND ARRAYS
Marking Scheme NAME: __________________________
Level 1 Level 2 Level 3 Level 4 Marks
Program
functionality
40
Few level 3 features
implemented
Most level 3 features
implemented with
minor inefficiencies
All level 3 features
implemented
correctly and
efficiently
All features
implemented
correctly and
efficiently 40
TF1.05 – determine
the level of error
checking required for
given problems.
10
Program is
functional with a
basic set of data
only.
Many run-time errors
with advanced data
set.
Program is
functional with some
advanced data sets.
Some run-time
errors with advanced
data set.
Program is
functional with
advanced data set.
No run-time errors
occur.
Program is
functional with
advanced data set.
No run-time errors
occur. Additional
error-checking has
been added.
10
SP2.06 - Write
methods that work
with parameters.
Uses functional and
procedural methods
20
Demonstrates
limited ability to write
methods with
parameters.
Inappropriate use of
functional and
procedural methods.
Demonstrates some
ability to write
methods with
parameters. Uses
functional and
procedural methods
appropriately in
some cases.
Demonstrates
considerable ability
to write methods
with parameters.
Appropriate use of
functional and
procedural methods.
Demonstrates a high
level of ability to
write methods with
parameters.
Superior use of
functional and
procedural methods.
20
SP1.06 - produce
user-friendly input
and output forms;
(Program
description/
instructions 5)
(Input 5)
(Output 5)
15 (C)
Input and/or output
is incomplete or
difficult to follow.
Program description/
instructions are
missing or
incomplete
Some input and/or
output is incomplete
or difficult to follow.
Program description/
instructions are
somewhat
incomplete
Input and output is
complete and
straight forward.
Program description/
instructions are
complete.
Some aspects were
not clear, or easy to
use in the interface.
Input and output is
intuitive and easy to
follow. Program
description/
instructions are
superior. Interface
is easy to clear,
simple and easy to
use.
15
Documentation
included
Yes/No 5
/90
Expectation Mark
Use defined programming
practices (Documentation).
/40 (K/U)
Level of error checking. /10 (TIPS)
Program functionality /20 (A)
User friendly input / output /20 (C)
Totals: K/U /40 TIPS /10A /20 C /20ICS3U – Summative Assignment
METHODS AND ARRAYS
Mandatory Requirements :
1. You game must use methods to solve / code your solution
2. You must use arrays in a meaningful way
a. Ie. Think of the playing board as an array
b. This would allow you pass information to and from locations
3. Try / Catch must be used in the solution
4. At a minimum the grid should be 10 x 10
a. You can make a larger play area if it helps with other extensions
Random Game Additions / Extensions
1. Sugar the Sloth can’t cross the path that they have already walked (additional challenge – have the
unwalkable path decay so after 10 turns – the path is now walkable again.
2. Sugar the Sloth randomly walks around the maze and can move between 0-3 spots at a time
3. Add random (invisible) walls that will obstruct the progress of the search (be sure these would give a
message that the path is impassible)
4. Add random pitfalls that will cause the player to restart their search and reset Sugar the Sloth’s
position.
5. Add randomly moving NPC’s that will attempt to stop your search (players need to avoid them)
6. Keep track of the path that Sugar the Sloth moved during the entire play of the game
7. Have an opening screen that displays an “animation” of the game being played
a. This could have drawings of Sugar the Sloth, the player, the maze, etc.
8. Expand your search area to a 3 Dimensional space (make grid 3D or even 4D)
9. Draw your player and Sugar the Sloth in the Grid during game play
10. A timer that is used displays how long they have been playing this game
a. They could then modify the high scorers list to include fastest finds
11. Add a battle phase, when player finds Sugar the Sloth– they can have some kind of battle to see if
Sugar the Sloth gets caught or escapes into Grid to hide again (think of Pokemon battles).
12. Allow diagonal moves for Sugar the Sloth
13. Enlarge the grid – so its 15x15 or 20x20
14. Play music and / or sounds during game play
a. Play different musical scores based on proximity to finding Sugar the Sloth
15. Have a hint button the user can click to give a tip on where to find Sugar the Sloth
a. They would lose some points each time they use this button
i. Ie. Sugar the Sloth is 3 spaces away, or down and right, or in row, or columns, etc.
16. Can you replay all of the moves that took place during the game play – store each move and let it be
displayed turn by turn.
CHALLENGES (to Level 4 and beyond).
In addition to the above, the following features must be included to obtain a FULL level 4+.
i) Keep track of the 5 most efficient searches of all time using files
ii) Sort the scores list using a bubble sort from highest to lowest
iii) Read the high scorers list from a file and update it if someone reaches the list
Optional challenges
i) Use an applet
Deadline – must be submitted by Tuesday June 14th by 1:40 pm
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代写data driven business mod...
2024-11-12
代做acct1101mno introduction...
2024-11-12
代做can207 continuous and di...
2024-11-12
代做dsci 510: principles of ...
2024-11-12
代写25705 financial modellin...
2024-11-12
代做ccc8013 the process of s...
2024-11-12
代做intro to image understan...
2024-11-12
代写eco380: markets, competi...
2024-11-12
代写ems726u/p - engineering ...
2024-11-12
代写cive5975/cw1/2024 founda...
2024-11-12
代做csci235 – database syst...
2024-11-12
代做ban 5013 analytics softw...
2024-11-12
代写cs 17700 — lab 06 fall ...
2024-11-12
热点标签
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
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!