Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.14 KB

bluffbot

Build Status

bluffbot is a Telegram bot for playing a game of Liar's dice (aka Bluff). It's implemented in Go. Build the project with

go build

When running the executable, you need to have the following environment variables set:

The bluffbot repo includes couple of different packages:

  • bluff: Core game logic and the logic for the bot itself
  • telegram: Functions and types used to interact with the Telegram API

The bluffbot repo includes the files needed to run the bot in Heroku (Procfile, vendor.json).