Skip to content

Latest commit

Β 

History

History
28 lines (23 loc) Β· 1.42 KB

README.md

File metadata and controls

28 lines (23 loc) Β· 1.42 KB

MazeBot

A Discord bot that uses commands to control a text based rpg game.

GitHub forks GitHub stars

Bot Commands

  • !start maze: Begins a new instance of the game. Clears any current game.
  • !end maze: Ends the current game.
  • !info: Prints any contextual help.
  • !inventory: Prints a list of items currently in the inventory.
  • !score: Prints the current score.
  • Now here's where it gets interesting:
    • Make sure your command begins with !.
    • Then, use a verb and another word.
    • For example, a valid command would be !grab sword or !pick bottle.
    • These types of commands can result in many different outcomes.

Contributing

  • Contribute to this bot by adding more rooms into the game data.
  • You can help with this at any time by editing the game_data.json file.
  • Then, create a pull request and await my approval or for me to request changes.
  • Check out the Maze Viewer to see the current maze.
  • Thank you in advance!!