Skip to content

vianoraverse/Terminal_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

🐍 Python Terminal Game

A simple text-based terminal adventure game built with Python.
You play as a student in a magical academy who discovers a mysterious glowing light from the forbidden forest—and your choices determine what happens next (including a battle vs a giant python snake 🐍).


✨ Features

  • Player name input (defaults to Steve if empty)
  • Branching story choices (forest → cave vs river)
  • Turn-based battle system:
    • Attack deals random damage
    • Defend restores random HP (capped at max HP)
  • Randomized damage/heal using Python’s random
  • Replay system (play again y/n)

🧾 Requirements

  • Python 3.x
  • No external libraries needed (only built-in random)

▶️ How to Run

  1. Save your game file, for example:

    • terminal_game.py
  2. Run it in terminal:

python terminal_game.py

About

A beginner-friendly Python terminal adventure game featuring branching story paths, player choices, a turn-based combat system, and replayable gameplay, built using basic control flow, loops, and randomization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages