Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Urgent help needed related python ! Thanx In this assignment, you need to develop a Python text-based game. The game should be a simple RPG

Urgent help needed related python ! Thanx

image text in transcribed

In this assignment, you need to develop a Python text-based game. The game should be a simple RPG game. The mechanism of the game is as follows: 1. The game elements consist of a playable character, a game map, obstacles, and at least 1 enemy. User can control player's movement. Player can move to two direction, either left or right. The game map drawn on the screen every time the player move. The game map should have: a. Borders to indicate walls. 2. 3. b. A unique character to represent obstacles A unique character to show player's position in the map A unique character to show enemy position. c. d. If player hit an obstacle, player loses. If player reaches the goal, player wins. If player meets an enemy, player will have to fight enemy When Player fights an enemy, player can choose to either attack enemy or heal themselves, while enemy can only attack. The fight ends if either player's or enemy's life/HP reaches 0. Add/modify elements to make your game more interesting. For example, adding a storyline or create themes for the character (e.g. horror theme can have a ghost hunter as player and ghost as enemy, fairy tale theme with a knight as the player and dragon as an enemy). Iplaur hie 4. 5. 6. 7. Your game should have lists, loops and at least 3 functions. In this assignment, you need to develop a Python text-based game. The game should be a simple RPG game. The mechanism of the game is as follows: 1. The game elements consist of a playable character, a game map, obstacles, and at least 1 enemy. User can control player's movement. Player can move to two direction, either left or right. The game map drawn on the screen every time the player move. The game map should have: a. Borders to indicate walls. 2. 3. b. A unique character to represent obstacles A unique character to show player's position in the map A unique character to show enemy position. c. d. If player hit an obstacle, player loses. If player reaches the goal, player wins. If player meets an enemy, player will have to fight enemy When Player fights an enemy, player can choose to either attack enemy or heal themselves, while enemy can only attack. The fight ends if either player's or enemy's life/HP reaches 0. Add/modify elements to make your game more interesting. For example, adding a storyline or create themes for the character (e.g. horror theme can have a ghost hunter as player and ghost as enemy, fairy tale theme with a knight as the player and dragon as an enemy). Iplaur hie 4. 5. 6. 7. Your game should have lists, loops and at least 3 functions

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 Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

More Books

Students also viewed these Databases questions

Question

Derive expressions for the rates of forward and reverse reactions?

Answered: 1 week ago

Question

Write an expression for half-life and explain it with a diagram.

Answered: 1 week ago

Question

What do you mean by underwriting of shares ?

Answered: 1 week ago

Question

Define "Rights Issue".

Answered: 1 week ago