Skip to content

WasinWatt/game-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undercover game bot

This is a "undercover" game bot implemented using LINE API. The purpose is to help controlling the flow of the game easier and simpler.

CONTENTS

  • api/ - contain api hanlder for all the requests
  • room/ - contain everything associated with room
  • user/ - contain everything associated with user
  • vocab/ - contain everything associated with vocab

Prerequisite

go get github.com/line/line-bot-sdk-go/linebot

Install

cd game-bot
go install -v

Usage

gamebot

or

cd game-bot
go run main.go

Author

Releases

No releases published

Packages

No packages published

Languages