Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
/ DrugDealin Public archive

An asset dealing simulator, focused on drugs.

Notifications You must be signed in to change notification settings

ry10hu/DrugDealin

Repository files navigation

DrugDealin


THIS IS AN OLD PROJECT AND YOU WILL NOT GET ANY HELP WITH RUNNING IT ET. CETERA.

I have created a much more organized and optimized successor at ry10hu/Stocker


Requirements

  • Python 3
  • Colorama
  • pip

Installing dependencies

Make sure you have pip3 installed!

You can check this by running pip3 --version in your command line or terminal.

Then install all pip dependencies with pip3 install -r piprequirements.txt

Running the game

For now just bring up your favorite terminal emulator, navigate to the .py files, and run python3 main.py, or just run it from your file explorer.

We may ship out packages in the future, but for now that remains unknown.

Commands

As of 4/5/2024 these are the current commands:

  • buy or b
    • Buys drugs.
    • Syntax:
      • buy {drug} {amount}
  • sell or s
    • Sells drugs.
    • Syntax:
      • sell {drug} {amount}
  • inventory or i
    • Lists all drugs and how many you own along with the current price.
  • price
    • Check the price of a certain drug
    • Syntax:
      • Price:
      • price {drug}
  • balance or bal
    • Tells you how much money you have.
  • clear or cls
    • Clears the terminal

About

An asset dealing simulator, focused on drugs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages