thilina27 / TextGameDiscordBot

Discord bot to play text based game on discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord bot to play text based game (ex : Zork) in discord.

NOTE : Tested only on windows

How to run

Prerequisite

Step 1

  1. Unzip Dumb Frotz.
  2. Download source code of bot from github.
  3. Create and Discord bot (How to make a discord bot).
  4. Copy created discord bot token.

Step 2

  1. Open discordbot.py.
  2. Reaplace exe path in dfrotz = "dfrotz.exe", with location of your Dumb Frotz exe.
  3. Repalce TOKEN = 'YOUR DISCORD BOT TOKEN' with your bot auth token.

Step 3

  1. Add bot to your discord server.
  2. Run discordbot.py.
  3. PLAY 😄

Sone games are provided in game directory in the repo. You can change the game on data = 'games/zork1.z5'

Available commands

!start - Start game

!stop - Stop game

!do - Do provided action in game

Sample

About

Discord bot to play text based game on discord

License:MIT License


Languages

Language:Python 100.0%