Text Based Adventure Game Project in Python

Subscribers:
182
Published on ● Video Link: https://www.youtube.com/watch?v=MmiTxRSva38



To Make a Game
Game:
Duration: 5:42
190 views
2


Text Based Adventure Game Project in Python

Note : Recplace (greater than) and (less than) with their sign/symbol ( Because Youtube donot allow angle brackets in description ) OR You can get this code on github by using github link

Code github Link : https://github.com/ubaidahmadceh/python_projects/blob/main/Text_Based_Adventure_Game.py

code :

print("Welcome to tresure Island")
print("Your mission is to Find the Treasure")
Choice_1 = input("You are at a crossroad, where do you want to go? Type 'left' or 'right'.\n").lower()

if Choice_1 == "left":
Choice_2 = input("you have come to a lake, There is an island in the middle of the lake. Type 'wait' to wait for a boat. Type 'swim' to swim across. \n").lower()
if Choice_2 == "wait":
choice_3 = input("You arrive at the island unharmed. There is a house With 3 doors. One red, one yellow and one blue.\n Which color do you choose?\n").lower()
if choice_3 == "red":
print("It is a room full of fire. Game Over.")
elif choice_3 == "yellow":
print("You found the treasure! You Win!")
elif choice_3 == "blue":
print("You enter a room of beasts. Game Over.")
else:
print("You chose a door that doesn't exist. Game Over.")
else:
print("You got attacked by angry lion. Game Over.")
else:
print("You fell into a hole. Game Over.")











how to make a text adventure game in python,adventure game python code,choose your own adventure game,how to make a game in python for beginners,text-based game,beginner-friendly programming project,programming project,beginner-friendly python project,simple python project,python project,input validation,comp sci central,tech with tim,functions,time unraveled,python,boolean operators,simple python game code for beginners,programming,python game




Other Videos By UBprogrammer - Hindi


2020-12-09Python Installation in windows10 in Hindi | Python Path Setup Windows10 | Setup Python in VS code
2020-12-09Ceaser Cipher Text Project in Python | Urdu/Hindi
2020-12-08Screenshot Taker project in Python For Beginners
2020-12-08Screenshot Taker Project GUI in python tkinter
2020-12-08How to build Hangman Game in Python in Hindi | Word Guessing Game Python | Hangman Game Python 2021
2020-12-07sigmoid function in computer vision and deep learning
2020-12-07perceptrone in hindi/urdu | deep learning
2020-12-07Dice Rolling Simulator in python | Python Projects Fpr Beginners | random module in python
2020-12-07Password Generator in python | Python Projects for beginners | python for cyber Security
2020-12-05Rock Papper Scissor Project in Python
2020-12-05Text Based Adventure Game Project in Python
2020-12-04Basic HTML and HTML5: Link to External Pages with Anchor Elements freecodecamp|html a tag href |urdu
2020-12-04Basic HTML and HTML5: Add Images to Your Website freecodecamp | How to use image tag in html |Hindi
2020-12-04Basic HTML and HTML5: Introduction to HTML5 Elements freecodecamp solution | tags in html | Hindi
2020-12-04Basic HTML and HTML5: Delete HTML Elements freecodecamp | How to delete tag in html | remove html
2020-12-04Basic HTML and HTML5: Comment out HTML freecodecamp | How to write comments in html | Html in Hindi
2020-12-04Basic HTML and HTML5: Uncomment HTML freecodecamp | How To Delete Or Remove Comments In Html Code
2020-12-04Basic HTML and HTML5: Fill in the Blank with Placeholder Text
2020-12-04Basic HTML and HTML5: Inform with the Paragraph Element freecodecamp | p tag in html |paragraph html
2020-12-04Basic HTML and HTML5: Headline with the h2 Element freecodecamp | h1 vs h2 tag | Html And Css Hindi
2020-12-04Basic HTML and HTML5: Say Hello to HTML Elements FreeCodeCamp | Html and Css Practical Course Hindi



Tags:
how to make a text adventure game in python
adventure game python code
choose your own adventure game
how to make a game in python for beginners
text-based game
beginner-friendly programming project
programming project
beginner-friendly python project
simple python project
python project
input validation
comp sci central
tech with tim
functions
time unraveled
python
boolean operators
simple python game code for beginners
programming
python game



Other Statistics

To Make a Game Statistics For UBprogrammer - Hindi

There are 190 views in 1 video for To Make a Game. His channel published less than an hour of To Make a Game content, making up less than 0.33% of the total overall content on UBprogrammer - Hindi's YouTube channel.