/MazeAdventureBot

A telegram bot, which implements simple version of https://en.wikipedia.org/wiki/Labyrinth_(paper-and-pencil_game)

Primary LanguageScala

build

MazeAdventureBot

A telegram bot, which implements simple version of https://en.wikipedia.org/wiki/Labyrinth_(paper-and-pencil_game)

Requirements

  • JDK 1.8
  • SBT 0.13

Build

sbt assembly

Run

java -jar bot/target/scala-2.11/bot-assembly-1.0.jar <your_bot_key>

Note: current version of bot is working only in non-supergroup chats

Contributors