Skip to content

stachibana/line-bot-truckgame

Repository files navigation

LINE BOT Truck Game

Image

A casual game for LINE Bot. Add friend via https://line.me/R/ti/p/%40jod8279c.

QR Link

Procedure

LINE BOT

Create channel and get channel secret and channel access token. For more details see https://developers.line.me/ja/docs/messaging-api/building-bot/.

Heroku

Create new App and set secret and token at Settings > Config Variables. Keys are 'CHANNEL_SECRET' & 'CHANNEL_ACCESS_TOKEN'.

Heroku postgres

Search 'Heroku postgres' in Resources > Add-ons and provision it.

$ heroku pg:psql -a appname
appname::DATABASE=> create extension pgcrypto;
appname::DATABASE=> create table users (userid bytea, cleararray text, pararray text, playing integer, step integer, treasures text, carpos text, cardirection text);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages