Question: 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:
where
means Friend;
means Enemy and
means Button
When the game begins, the player has
points for health and
for overall score.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
