Skip to content

hramov/questie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questie

Telegram bot for making text quests

Based on finite state machine Golang implementation

To add new quest

  • create file inside internal/quests folder and implement method
    InitSteps() // example - birthday.go
  • add new quest title in config.go
  • add new case statement in main.go
  • try it on your Telegram bot (don't forget to create .env file with TG_TOKEN variable)

About

Text quests telegram bot based on finite state machine Golang implementation

Topics

Resources

Stars

Watchers

Forks