Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You need to create a game where the player is going through a list, in a loop. Each element of this list is either a

You need to create a game where the player is going through a list, in a loop. Each element of this list is either a Friend, Enemy or Button. This list can be filled either by hand
(
hard
-
coded
)
or randomly by using random
(
)
function
*
.
The game loops through this list and, the player has to make a decision for every iteration.
Example list:
[
0
,
0
,
1
,
0
,
2.
.
.
]
where
0
means Friend;
1
means Enemy and
2
means Button
When the game begins, the player has
10
points for health and
0
for overall score.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

Students also viewed these Databases questions

Question

Define Management or What is Management?

Answered: 1 week ago

Question

What do you understand by MBO?

Answered: 1 week ago

Question

The company has fair promotion/advancement policies.

Answered: 1 week ago