Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 575 Bytes

more-or-less-bot

A little game in Telegram messenger. Write a number it will tell you if it's bigger or smaller.

Make it work !

  1. Make sure you have nodeJS and npm installed.
  2. Make sure you have a TelegramBot token (talk to @BotFather or look at the doc).
  3. Clone this repo in the directory of your choice (ZIP download or git clone).
  4. Put your token in index.js.
  5. Open a command prompt in more-or-less-bot folder.
  6. $ npm install
  7. $ npm start
  8. Go play in your awesome Telegram app !!