Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.1 KB

V Games

A discord bot for playing fun multiplayer games with friends

To get started, follow these steps -

  1. Clone this repository to your local machine.

  2. In the project folder, rename .env.example to .env (no period after).

  3. Set the Discord Bot Token environment variable in the .env file

  4. Run npm install to install the dependencies.

  5. Run npm start to start the web server.

Description of Games

Glass Bridge

Inspired from Squid Game, users have to join the game by clicking the Join button and every turn just like how blacktea from Mudae bot works, each users will be asked for selecting the bridge and they can react with either left or right and the bot randomly picks the right bridge. Either they will continue or they will loose.

Treasure Trail

Users are asked to type random numbers in the range of 99 - 999. The person who types the closest number to that random number chosen by bot will get that amount of coins and second round will start. The process will keep repeating and at the end of 5 rounds which is default number of rounds the user with most coins will win.