A little game in Telegram messenger. Write a number it will tell you if it's bigger or smaller.
- Make sure you have
nodeJS
andnpm
installed. - Make sure you have a TelegramBot token (talk to @BotFather or look at the doc).
- Clone this repo in the directory of your choice (ZIP download or
git clone
). - Put your token in
index.js
. - Open a command prompt in more-or-less-bot folder.
$ npm install
$ npm start
- Go play in your awesome Telegram app !!