Whywouldyoubot screenshot

Whywouldyoubot

Author Avatar Theme by Joseferben
Updated: 26 Jul 2023
12 Stars

An MMO where players write their bots in TypeScript.

Overview:

Why Would You Bot is an MMO game that allows players to create and use bots as an official part of the gameplay. Similar to Old School RuneScape, players can create their own bots to play alongside them in the game.

Features:

  • Bot Creation: Players can create their own bots within the game.
  • API Key: Bots require an API key, which can be obtained in-game.
  • SDK Installation: The game provides an SDK for bot development.
  • bot.js Implementation: Players need to create a file named bot.js and implement the bot.act function to control their bot.

Installation:

To install Why Would You Bot, follow these steps:

  1. Login at whywouldyoubot.gg using Discord.
  2. Create a bot in the game and copy the API key.
  3. Install the SDK by running the following command in the terminal: npm install @wwyb/sdk.
  4. Create a new file named bot.js in your project directory.
  5. Implement the bot.act function in bot.js to control your bot.
  6. Run your bot using the following command in the terminal: API_KEY=<your key> node bot.js.

Summary:

Why Would You Bot is an MMO that allows players to create and use bots as part of the gaming experience. By following the installation guide, players can create their own bots and control them using the provided SDK. This unique feature sets the game apart from others in the genre, offering a new level of customization and gameplay possibilities.