Answered step by step
Verified Expert Solution
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
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 functionsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started