Skip to content

AJBrohi/secret-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Secret Tunnel Game!

A Python text-based game where players must navigate through a secret tunnel by making the right choices in various situations. Make it through to the end to win, but choose incorrectly and you'll lose the life! 5_secretTunnelGame

Game Features

  • The game starts with an ASCII art of the title.
  • The player is presented with a choice of three paths to take: left, middle, or right.
  • The player has to make the right choices to avoid obstacles and progress through the tunnel.
  • The game features decision-making points where the player has to choose the right option to survive.
  • The game ends with a game over message if the player loses or a congratulations message if the player wins.

Python Features Used

  • print() function is used to display messages to the user.
  • input() function is used to get input values from the user.
  • Control structures like if-else statements and nested if statements are used to make decisions in the game.

Learn More

I've written a detailed article explaining how this program works and how to run it step-by-step on Medium. Check it out here: Secret Tunnel Game - A Python Project for Fun and Learning

You can also follow my coding journey on my coding journal From Beginner to Pro: A Python Project Journal of Learning and Innovation, where I share my all projects article.

Thank you for checking out my project!

About

Python-based game using If-Else condition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages