I am a computer engineering student and i have the assignment below. İ only can write the 2D maze array and have no idea about creating car and time as well. Could anyone write and explain hot to do???
Minimum Criteria:
You are expected to design the game by using
C
++
. Below are the minimal criteria:
•
You must create game board with 2
-
Dimensional Matrix
•
Bonuses
create with randomly in the game board
•
All
bonuses
have got the same value
but different effect
for
car
and score
.
These effects may
be positive or negative
.
•
You must use
pointer
for creating and using
car
.
Some bonuses may be change
car
type.
•
When the game finish, you must show high
-
score.
•
For moving
car
, you need to
create
coordinate
s
randomly
and you need to write proper control
statements.
•
You must use
functions for drawing game board and changing
car
type
. If you need extra
functions, you can use it.
•
If you cannot get out the maze when the time is up
,
the
game is over and you need to show
high score.
In
this
project, you must do all minimum criteria. In the end, your program must be work
without any errors.
Bonus:
•
Save and load high score information to/from disk
•
Each
bonus
has got different random values.
•
You can create cheat codes for the game.
•
You can create alternative control
for
car
.
•
Car
can
jump over
the wall but
may lose the score
.
When
car
exit the maze
, game is over and
you need to show high score.
↧