Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Had difficulty as a newb. Proposing modified README.md #6

Open
cisnez opened this issue Aug 22, 2021 · 0 comments
Open

Had difficulty as a newb. Proposing modified README.md #6

cisnez opened this issue Aug 22, 2021 · 0 comments

Comments

@cisnez
Copy link

cisnez commented Aug 22, 2021

Discordia

The highly-anticipated* re-release of DiscordMUD

Build Status
codecov

Screenshot

Requires Python 3.7+

Starting

To install:

pip3 install -r requirements.txt

python3 main.py

When prompted, enter your bot's Discord Token.

Player Controls

  • *register
    • Create a new player character and spawn into the game world.
  • *look
    • Get your grid location, and a picture of your surroundings, as far as your FOV can see.
  • *equipment
    • Prints your "character sheet" in chat. Contains player name and equipment.
  • [*north, *east, *south, *west] / [*up, *right, *down, *left]
    • Move your player character in the direction specified.
  • *inventory
    • Displays a list of the items in the players inventory
    • equip [index]
      • Have your PC equip the item from your inventory with the specified index.
    • unequip [index]
      • Remove the item from your equipment and put it back into your inventory.
  • *attack <n, e, s, w, ne, se, sw, nw>
    • Attack another player with your currently equipped weapon. If no direction is specified, the user will attack
      in the current position only. Otherwise, ranged weapons go in a single direction like a "beam", until they either a)
      hit another player and apply damage, or b) Miss, as the damage falloff, as each tile the projectile traverses
      removes % damage until it goes to 0.
  • *town
    • Calling town with no parameters is a debug command to check if you're inside a town or not.
    • inn
      • Run the events of the town's inn. Usually restores health/resources.
    • store
      • Lists all the items (Name, Price, Quantity) in the Town's store.
      • buy [index] (Placeholder)
        • Purchase the item at the given index, adding it to your inventory.
      • sell [index] (Placeholder)
        • Sell an item from your inventory, removing it and giving you some money.

Attributions

Sprites - Kenney RPG Urban Pack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant