Skip to main content

An interactive CLI RPG game.

Project description

Welcome to Lineage RPG

An offline RPG that you can play right from your terminal. Follow the steps below to install and start playing!


📦 Requirements

  • Python 3.8+ (Download here)
  • Internet connection (for installation)

🚀 Installation

Step 0: Install Python (if not already installed)

Windows:

  1. Go to Python Downloads.
  2. Download the latest Python 3.8+ installer.
  3. Run the installer and make sure to check "Add Python to PATH".
  4. Verify installation:
    python --version

macOS:

  1. Open Terminal.
  2. Check if Python is installed:
    python3 --version
  3. If not installed, install via Homebrew (first install Homebrew if you don’t have it):
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    brew install python
  4. Verify installation:
    python3 --version

Linux (Ubuntu/Debian):

  1. Open Terminal.
  2. Check Python:
    python3 --version
  3. If not installed, run:
    sudo apt update
    sudo apt install python3 python3-pip -y
  4. Verify installation:
    python3 --version

Step 1: Open your terminal or command prompt

Windows: Press Windows + R, type cmd, and hit Enter.
macOS/Linux: Open Terminal from Applications or press Ctrl+Alt+T.

Step 2: Install Lineage RPG

Windows:
pip install lineage-rpg

or if pip doesn’t work:
python -m pip install lineage-rpg

macOS/Linux:
pip3 install lineage-rpg

or if needed:
python3 -m pip install lineage-rpg

Step 3: Upgrade to the latest version

pip install --upgrade lineage-rpg

or
python -m pip install --upgrade lineage-rpg


🕹️ How to Play

Once installed, launch the game from your terminal using:
lineage-rpg

You'll see:
Welcome to Lineage RPG! Type 'exit' or CTRL+C to quit.

Then, type help and press ENTER. You'll see a list of commands to start playing.


❓ Troubleshooting

Installation Issues

  • "Command not found" or "'pip' is not recognized": Make sure Python and pip are correctly installed and added to your PATH. Try:
    python -m pip install lineage-rpg
  • Permission denied: Use:
    pip install --user lineage-rpg
    or run as administrator/sudo.

Launch Issues

  • "lineage-rpg" command not found: Try these alternatives:
    python -m lineage_rpg
    python3 -m lineage_rpg
    python -m lineage_rpg.main

Game Issues

  • Corrupted save file: The game will automatically reset and start fresh if your save file is corrupted.
  • Game doesn't respond: Use Ctrl+C to safely exit and save your progress.

Still having issues? Make sure you're using Python 3.8+ and have sufficient disk space.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lineage_rpg-0.0.44.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lineage_rpg-0.0.44-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file lineage_rpg-0.0.44.tar.gz.

File metadata

  • Download URL: lineage_rpg-0.0.44.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for lineage_rpg-0.0.44.tar.gz
Algorithm Hash digest
SHA256 02c75308f5d40354aecc52b18e9a9298274309358e697db8b73ca32b6a561652
MD5 ca7d9f620349976bf0446e536f323600
BLAKE2b-256 6d0b50b41d915ae69f8ad4139a2110908f93cd227867ace6e807d482226e7559

See more details on using hashes here.

File details

Details for the file lineage_rpg-0.0.44-py3-none-any.whl.

File metadata

  • Download URL: lineage_rpg-0.0.44-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for lineage_rpg-0.0.44-py3-none-any.whl
Algorithm Hash digest
SHA256 29778987569b493a71ffba518f5343d8fac7107f6de733b08b4fbc01cd4ac1b0
MD5 4f9f687e60d41e069be545d872be1027
BLAKE2b-256 f9786a13bec9ed1b7913ff9223f4e85e310095644e2c45cc48bfcd9dd1e6985a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page